Next: , Previous: , Up: Runtime Library Routines   [Contents][Index]


2.40 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

Reference:

OpenMP specification v4.5, Section 3.4.2.