Searched refs:AggregatedHistogramTimerScope (Results 1 – 2 of 2) sorted by relevance
356 class AggregatedHistogramTimerScope {358 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatedHistogramTimerScope() function362 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); } in ~AggregatedHistogramTimerScope()
861 AggregatedHistogramTimerScope timer(isolate->counters()->compile_lazy()); in GetLazyCode()