Lines Matching refs:stat
255 stat->addSample(((tick - startTime) - totalPauseTime).ticks()); in stop()
601 statistic const *stat = &theStats[s]; in printTimerStats() local
605 stat->format(tag, true).c_str()); in printTimerStats()
619 statistic const *stat = &theStats[s]; in printTimerStats() local
621 if (stat->getCount() != 0) { in printTimerStats()
625 fprintf(statsOut, "%s\n", stat->getHist()->format(tag).c_str()); in printTimerStats()
636 statistic const *stat = &theStats[s]; in printCounterStats() local
638 stat->format(' ', true).c_str()); in printCounterStats()
644 statistic const *stat = &theStats[s]; in printCounterStats() local
646 if (stat->getCount() != 0) { in printCounterStats()
648 fprintf(statsOut, "%s\n", stat->getHist()->format(' ').c_str()); in printCounterStats()
660 counter const *stat = &theCounters[c]; in printCounters() local
662 formatSI((double)stat->getValue(), 9, ' ').c_str()); in printCounters()