Lines Matching refs:AggregatableHistogramTimer
311 class AggregatableHistogramTimer : public Histogram {
329 AggregatableHistogramTimer() = default;
330 AggregatableHistogramTimer(const AggregatableHistogramTimer&) = delete;
331 AggregatableHistogramTimer& operator=(const AggregatableHistogramTimer&) =
337 // A helper class for use with AggregatableHistogramTimer. This is the
338 // // outer-most timer scope used with an AggregatableHistogramTimer. It will
342 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram)
349 AggregatableHistogramTimer* histogram_;
352 // A helper class for use with AggregatableHistogramTimer, the "inner" scope
356 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram)
364 AggregatableHistogramTimer* histogram_;
540 AggregatableHistogramTimer* name() { \
653 #define AHT(name, caption) AggregatableHistogramTimer name##_;