Searched refs:AggregatableHistogramTimer (Results 1 – 2 of 2) sorted by relevance
472 class AggregatableHistogramTimer : public Histogram {490 AggregatableHistogramTimer() {} in AggregatableHistogramTimer() function491 AggregatableHistogramTimer(const char* name, int min, int max, in AggregatableHistogramTimer() function503 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatingHistogramTimerScope()510 AggregatableHistogramTimer* histogram_;517 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatedHistogramTimerScope()525 AggregatableHistogramTimer* histogram_;1459 AggregatableHistogramTimer* name() { return &name##_; }1557 AggregatableHistogramTimer name##_;
175 AggregatableHistogramTimer Counters::*member; in Counters()183 this->*aht.member = AggregatableHistogramTimer( in Counters()