Home
last modified time | relevance | path

Searched refs:wtime_start (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/tests/
H A Dex69f.F9039 double precision cputime_start, cputime_end, wtime_start, wtime_end, omp_get_wtime
46 wtime_start = omp_get_wtime()
57 print *, 'Wall clock time reported by omp_get_wtime()', wtime_end - wtime_start
63 wtime_start = omp_get_wtime()
73 print *, 'Wall clock time reported by omp_get_wtime()', wtime_end - wtime_start
H A Dex69.c9 double wtime_start, wtime_end, mpiwtime_start, mpiwtime_end; in main() local
14 wtime_start = omp_get_wtime(); in main()
20 printf("Wall clock time from MPI_Wtime() %g\n", wtime_end - wtime_start); in main()