libgomp: omp_get_wtime

1 
1 2.41 'omp_get_wtime' - Elapsed wall clock time
1 ==============================================
1 
1 _Description_:
1      Elapsed wall clock time in seconds.  The time is measured per
1      thread, no guarantee can be made that two distinct threads measure
1      the same time.  Time is measured from some "time in the past",
1      which is an arbitrary time guaranteed not to change during the
1      execution of the program.
1 
1 _C/C++_:
1      _Prototype_:   'double omp_get_wtime(void);'
1 
1 _Fortran_:
1      _Interface_:   'double precision function omp_get_wtime()'
1 
1 _See also_:
1      ⇒omp_get_wtick
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.4.1.
1