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

  /external/v8/src/
counters.h 314 // - AggregatedHistogramTimerScope, the "inner" scope which defines the
336 // // aggregate the information from the inner AggregatedHistogramTimerScope.
351 class AggregatedHistogramTimerScope {
353 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram)
357 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); }
    [all...]
compiler.cc     [all...]

Completed in 863 milliseconds