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

  /external/v8/src/
counters.h 311 // - AggregatedHistogramTimerScope, the "inner" scope which defines the
347 class AggregatedHistogramTimerScope {
349 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram)
353 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); }
    [all...]
compiler.cc     [all...]

Completed in 230 milliseconds