Searched refs:totalStats (Results 1 – 2 of 2) sorted by relevance
595 statistic const *totalStats) { in printTimerStats() argument609 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() local845 totalStats[s].addSample(threadStat->getTotal()); in outputStats()862 printTimerStats(statsOut, &allStats[0], &totalStats[0]); in outputStats()
827 statistic const *totalStats);