Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
H A Dcounters.h309 // - AggregatedHistogramTimerScope, the "inner" scope which defines the
339 // // aggregate the information from the inner AggregatedHistogramTimerScope.
354 class V8_NODISCARD AggregatedHistogramTimerScope { class
356 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatedHistogramTimerScope() function in v8::internal::AggregatedHistogramTimerScope
360 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); } in ~AggregatedHistogramTimerScope()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1996 AggregatedHistogramTimerScope timer(isolate->counters()->compile_lazy()); in Compile()

Completed in 7 milliseconds