3.9.1 omp_get_wtick – Get timer precision

Description:

Gets the timer precision, i.e., the number of seconds between two successive clock ticks.

C/C++:
Prototype:double omp_get_wtick(void);
Fortran:
Interface:double precision function omp_get_wtick()
See also:

omp_get_wtime – Elapsed wall clock time

Reference:

OpenMP specification v4.5, Section 3.4.2.