Searched refs:AggregatingHistogramTimerScope (Results 1 – 2 of 2) sorted by relevance
340 class V8_NODISCARD AggregatingHistogramTimerScope {342 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatingHistogramTimerScope() function346 ~AggregatingHistogramTimerScope() { histogram_->Stop(); } in ~AggregatingHistogramTimerScope()
2107 i::AggregatingHistogramTimerScope histogram_timer( in Run()2413 i::AggregatingHistogramTimerScope timer(isolate->counters()->compile_lazy()); in Evaluate()