Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h474 tsc_tick_count::tsc_interval_t totalPauseTime; variable
479 totalPauseTime() {} in explicitTimer()
485 totalPauseTime += (tick - pauseStartTime); in resume()
491 totalPauseTime = 0; in reset()
H A Dkmp_stats.cpp241 totalPauseTime = 0; in start()
253 stat->addSample(((tick - startTime) - totalPauseTime).ticks()); in stop()