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

  /external/v8/src/
counters.h 313 class AggregatableHistogramTimer : public Histogram {
315 AggregatableHistogramTimer() {}
316 AggregatableHistogramTimer(const char* name, int min, int max,
332 // A helper class for use with AggregatableHistogramTimer.
335 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram)
342 AggregatableHistogramTimer* histogram_;
346 // A helper class for use with AggregatableHistogramTimer.
349 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram)
357 AggregatableHistogramTimer* histogram_;
    [all...]
counters.cc 72 name##_ = AggregatableHistogramTimer(#caption, 0, 10000000, 50, isolate);

Completed in 51 milliseconds