Home
last modified time | relevance | path

Searched refs:AggregatableHistogramTimer (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcounters.h321 class AggregatableHistogramTimer : public Histogram {
323 AggregatableHistogramTimer() {} in AggregatableHistogramTimer() function
324 AggregatableHistogramTimer(const char* name, int min, int max, in AggregatableHistogramTimer() function
344 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##_;
Dcounters.cc75 name##_ = AggregatableHistogramTimer(#caption, 0, 10000000, 50, isolate); in Counters()