omp_get_wtime

double omp_get_wtime(void)
Returns the time elapsed from a fixed starting time. The value of the fixed starting time is determined at the start of the current program, and remains constant throughout program execution.


OpenMP API Index