Home
last modified time | relevance | path

Searched refs:AggregatingHistogramTimerScope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Dcounters.h307 // - AggregatingHistogramTimerScope, the "outer" scope within which
340 class V8_NODISCARD AggregatingHistogramTimerScope { class
342 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatingHistogramTimerScope() function in v8::internal::AggregatingHistogramTimerScope
346 ~AggregatingHistogramTimerScope() { histogram_->Stop(); } in ~AggregatingHistogramTimerScope()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2107 i::AggregatingHistogramTimerScope histogram_timer( in Run()
2413 i::AggregatingHistogramTimerScope timer(isolate->counters()->compile_lazy()); in Evaluate()

Completed in 23 milliseconds