Home
last modified time | relevance | path

Searched refs:timers (Results 1 – 3 of 3) sorted by relevance

/llvm-project/third-party/benchmark/docs/
H A Dreducing_variance.md87 4. Close other programs that do non-trivial things based on timers, such as
H A Duser_guide.md39 [CPU Timers](#cpu-timers)
859 <a name="cpu-timers" />
917 state.PauseTiming(); // Stop timers. They will not count until they are resumed.
919 state.ResumeTiming(); // And resume timers. They are now counting again.
/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp882 timeStat *timers = (*it)->getTimers(); in __kmp_reset_stats() local
886 timers[t].reset(); in __kmp_reset_stats()