Home
last modified time | relevance | path

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

/external/v8/src/
Dcounters.h356 class AggregatedHistogramTimerScope {
358 explicit AggregatedHistogramTimerScope(AggregatableHistogramTimer* histogram) in AggregatedHistogramTimerScope() function
362 ~AggregatedHistogramTimerScope() { histogram_->Add(timer_.Elapsed()); } in ~AggregatedHistogramTimerScope()
Dcompiler.cc861 AggregatedHistogramTimerScope timer(isolate->counters()->compile_lazy()); in GetLazyCode()