Home
last modified time | relevance | path

Searched refs:HistogramTimerScope (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcounters.h238 class HistogramTimerScope BASE_EMBEDDED {
240 explicit HistogramTimerScope(HistogramTimer* timer) : in HistogramTimerScope() function
244 ~HistogramTimerScope() { in ~HistogramTimerScope()
Dcompiler.cc406 HistogramTimerScope timer(rate); in MakeFunctionInfo()
622 HistogramTimerScope timer(isolate->counters()->compile_lazy()); in CompileLazy()
Dparser.cc568 HistogramTimerScope timer(isolate()->counters()->parse()); in ParseProgram()
664 HistogramTimerScope timer(isolate()->counters()->parse_lazy()); in ParseLazy()
4656 HistogramTimerScope preparse_scope(isolate()->counters()->pre_parse()); in LazyParseFunctionLiteral()
5897 HistogramTimerScope timer(isolate->counters()->pre_parse()); in DoPreParse()
Dheap.cc4866 HistogramTimerScope scope(isolate_->counters()->gc_context()); in IdleNotification()