Searched refs:AggregatableHistogramTimer (Results 1 – 2 of 2) sorted by relevance
321 class AggregatableHistogramTimer : public Histogram {323 AggregatableHistogramTimer() {} in AggregatableHistogramTimer() function324 AggregatableHistogramTimer(const char* name, int min, int max, in AggregatableHistogramTimer() function344 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatingHistogramTimerScope()351 AggregatableHistogramTimer* histogram_;358 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatedHistogramTimerScope()366 AggregatableHistogramTimer* histogram_;1134 AggregatableHistogramTimer* name() { return &name##_; }1242 AggregatableHistogramTimer name##_;
75 name##_ = AggregatableHistogramTimer(#caption, 0, 10000000, 50, isolate); in Counters()