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 399 HistogramTimerScope timer(rate);
606 HistogramTimerScope timer(isolate->counters()->compile_lazy());
heap.cc     [all...]
parser.cc 599 HistogramTimerScope timer(isolate()->counters()->parse());
680 HistogramTimerScope timer(isolate()->counters()->parse_lazy());
    [all...]

Completed in 70 milliseconds