Searched refs:totalStats (Results 1 – 2 of 2) sorted by relevance
596 statistic const *totalStats) { in printTimerStats() argument610 if (totalStats && !timeStat::noTotal(s)) in printTimerStats()612 totalStats[s].format(tag, true).c_str()); in printTimerStats()801 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local852 totalStats[s].addSample(threadStat->getTotal()); in outputStats()868 printTimerStats(statsOut, &allStats[0], &totalStats[0]); in outputStats()
848 statistic const *totalStats);