Searched refs:omp_get_wtime (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/
H A Domp.h224 extern double omp_get_wtime(void);
/barrelfish-2018-10-04/lib/bomp_new/
H A Domp.c746 * The omp_get_wtime routine returns a value equal to the elapsed wall clock time
753 double omp_get_wtime(void) function
762 * \brief returns the precision of the timer used by omp_get_wtime.
767 * between successive clock ticks of the timer used by omp_get_wtime.
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c844 * The omp_get_wtime routine returns a value equal to the elapsed wall clock time
851 double omp_get_wtime(void) function
859 * \brief returns the precision of the timer used by omp_get_wtime.
864 * between successive clock ticks of the timer used by omp_get_wtime.

Completed in 40 milliseconds