HomeSort by relevance Sort by last modified time
    Searched refs:AggregatableHistogramTimer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
counters.h 316 class AggregatableHistogramTimer : public Histogram {
318 AggregatableHistogramTimer() {}
319 AggregatableHistogramTimer(const char* name, int min, int max,
334 // A helper class for use with AggregatableHistogramTimer. This is the
335 // // outer-most timer scope used with an AggregatableHistogramTimer. It will
339 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram)
346 AggregatableHistogramTimer* histogram_;
349 // A helper class for use with AggregatableHistogramTimer, the "inner" scope
353 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram)
361 AggregatableHistogramTimer* histogram_
    [all...]
counters.cc 75 name##_ = AggregatableHistogramTimer(#caption, 0, 10000000, 50, isolate);

Completed in 67 milliseconds