HomeSort by relevance Sort by last modified time
    Searched refs:HistogramTimerScope (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
counters.h 238 class HistogramTimerScope BASE_EMBEDDED {
240 explicit HistogramTimerScope(HistogramTimer* timer) :
244 ~HistogramTimerScope() {
compiler.cc 406 HistogramTimerScope timer(rate);
622 HistogramTimerScope timer(isolate->counters()->compile_lazy());
parser.cc 568 HistogramTimerScope timer(isolate()->counters()->parse());
664 HistogramTimerScope timer(isolate()->counters()->parse_lazy());
    [all...]
heap.cc     [all...]

Completed in 104 milliseconds