Lines Matching refs:statistic
79 void statistic::addSample(double sample) { in addSample()
95 statistic &statistic::operator+=(const statistic &other) { in operator +=()
128 void statistic::scale(double factor) { in scale()
136 std::string statistic::format(char unit, bool total) const { in format()
594 statistic const *theStats, in printTimerStats()
595 statistic const *totalStats) { in printTimerStats()
600 statistic const *stat = &theStats[s]; in printTimerStats()
618 statistic const *stat = &theStats[s]; in printTimerStats()
631 statistic const *theStats) { in printCounterStats()
635 statistic const *stat = &theStats[s]; in printCounterStats()
643 statistic const *stat = &theStats[s]; in printCounterStats()
795 statistic allStats[TIMER_LAST]; in outputStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats()
798 statistic allCounters[COUNTER_LAST]; in outputStats()
840 statistic *threadStat = (*it)->getTimer(s); in outputStats()