Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.cpp595 statistic const *totalStats) { in printTimerStats() argument
609 if (totalStats && !timeStat::noTotal(s)) in printTimerStats()
611 totalStats[s].format(tag, true).c_str()); in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
845 totalStats[s].addSample(threadStat->getTotal()); in outputStats()
862 printTimerStats(statsOut, &allStats[0], &totalStats[0]); in outputStats()
H A Dkmp_stats.h827 statistic const *totalStats);