Lines Matching refs:statistic
80 void statistic::addSample(double sample) { in addSample()
96 statistic &statistic::operator+=(const statistic &other) { in operator +=()
129 void statistic::scale(double factor) { in scale()
137 std::string statistic::format(char unit, bool total) const { in format()
595 statistic const *theStats, in printTimerStats()
596 statistic const *totalStats) { in printTimerStats()
601 statistic const *stat = &theStats[s]; in printTimerStats()
619 statistic const *stat = &theStats[s]; in printTimerStats()
632 statistic const *theStats) { in printCounterStats()
636 statistic const *stat = &theStats[s]; in printCounterStats()
644 statistic const *stat = &theStats[s]; in printCounterStats()
800 statistic allStats[TIMER_LAST]; in outputStats()
801 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats()
803 statistic allCounters[COUNTER_LAST]; in outputStats()
847 statistic *threadStat = (*it)->getTimer(s); in outputStats()