Lines Matching refs:statistic
78 void statistic::addSample(double sample) { in addSample()
94 statistic &statistic::operator+=(const statistic &other) { in operator +=()
127 void statistic::scale(double factor) { in scale()
135 std::string statistic::format(char unit, bool total) const { in format()
592 statistic const *theStats, in printTimerStats()
593 statistic const *totalStats) { in printTimerStats()
598 statistic const *stat = &theStats[s]; in printTimerStats()
616 statistic const *stat = &theStats[s]; in printTimerStats()
629 statistic const *theStats) { in printCounterStats()
633 statistic const *stat = &theStats[s]; in printCounterStats()
641 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()