Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h492 tsc_tick_count::tsc_interval_t totalPauseTime; variable
497 totalPauseTime() {} in explicitTimer()
503 totalPauseTime += (tick - pauseStartTime); in resume()
509 totalPauseTime = 0; in reset()
H A Dkmp_stats.cpp243 totalPauseTime = 0; in start()
255 stat->addSample(((tick - startTime) - totalPauseTime).ticks()); in stop()