Lines Matching refs:HistogramTimer
370 class HistogramTimer : public TimedHistogram {
373 HistogramTimer(const char* name, int min, int max, in HistogramTimer() function
396 HistogramTimer() {} in HistogramTimer() function
406 explicit HistogramTimerScope(HistogramTimer* timer,
432 HistogramTimer* timer_;
444 OptionalHistogramTimerScope(HistogramTimer* timer, in OptionalHistogramTimerScope()
455 HistogramTimer* timer_;
1449 HistogramTimer* name() { return &name##_; }
1525 friend class HistogramTimer; variable
1548 #define HT(name, caption, max, res) HistogramTimer name##_;
1604 void HistogramTimer::Start() { in Start()
1608 void HistogramTimer::Stop() { in Stop()