Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h472 class AggregatableHistogramTimer : public Histogram {
490 AggregatableHistogramTimer() {} in AggregatableHistogramTimer() function
491 AggregatableHistogramTimer(const char* name, int min, int max, in AggregatableHistogramTimer() function
503 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##_;
Dcounters.cc175 AggregatableHistogramTimer Counters::*member; in Counters()
183 this->*aht.member = AggregatableHistogramTimer( in Counters()