Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Dcounters.h340 class V8_NODISCARD AggregatingHistogramTimerScope {
342 explicit AggregatingHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatingHistogramTimerScope() function
346 ~AggregatingHistogramTimerScope() { histogram_->Stop(); } in ~AggregatingHistogramTimerScope()
/third_party/node/deps/v8/src/api/
Dapi.cc2107 i::AggregatingHistogramTimerScope histogram_timer( in Run()
2413 i::AggregatingHistogramTimerScope timer(isolate->counters()->compile_lazy()); in Evaluate()