libgomp: omp_get_wtick

1 
1 2.40 'omp_get_wtick' - Get timer precision
1 ==========================================
1 
1 _Description_:
1      Gets the timer precision, i.e., the number of seconds between two
1      successive clock ticks.
1 
1 _C/C++_:
1      _Prototype_:   'double omp_get_wtick(void);'
1 
1 _Fortran_:
1      _Interface_:   'double precision function omp_get_wtick()'
1 
1 _See also_:
1      ⇒omp_get_wtime
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.4.2.
1