Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 333 Bytes

omp_get_wtick.md

File metadata and controls

20 lines (14 loc) · 333 Bytes

OMP_GET_WTICK

Purpose:

  • Provides a portable wall clock timing routine

  • Returns a double-precision floating point value equal to the number of seconds between successive clock ticks.

Format:

Fortran

DOUBLE PRECISION FUNCTION OMP_GET_WTICK() 

C/C++

#include <omp.h>
double omp_get_wtick(void)