Next: , Previous: omp_destroy_nest_lock, Up: Runtime Library Routines


2.30 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 specifications v3.0, section 3.4.2.