Lines Matching refs:clock
87 …which is summed over the four threads in process, is the same as the wall clock time indicating th…
92 Wall clock time reported by system_clock() 1.8335562000000000E-002
93 Wall clock time reported by omp_get_wtime() 1.8330062011955306E-002
96 Running under `mpiexec` gives a very different wall clock time, indicating that all four threads ra…
101 Wall clock time reported by system_clock() 7.2356641999999999E-002
102 Wall clock time reported by omp_get_wtime() 7.2353694995399565E-002
110 Wall clock time reported by system_clock() 1.8489282999999999E-002
111 Wall clock time reported by omp_get_wtime() 1.8486462999135256E-002
123 Wall clock time reported by system_clock() 7.2946015000000003E-002
124 Wall clock time reported by omp_get_wtime() 7.2942997998325154E-002
129 …U time for the process to be roughly the number of threads times the wall clock time. However, for…
130 loop in the Fortran example), the CPU time one would expect would match the wall clock time. Howeve…
131 …recorded CPU for the second loop to be roughly the number of threads times the wall clock time even
132 though only a single thread is computing the loop. Thus, comparing the CPU time to the wall clock t…