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

  /external/chromium_org/v8/src/
counters.h 245 // TODO(bmeurer): Remove this when HistogramTimerScope is fixed.
259 class HistogramTimerScope BASE_EMBEDDED {
261 explicit HistogramTimerScope(HistogramTimer* timer,
277 ~HistogramTimerScope() {
compiler.cc     [all...]
parser.cc 794 // see comment for HistogramTimerScope class.
798 HistogramTimerScope timer_scope(isolate()->counters()->parse(), true);
951 HistogramTimerScope timer_scope(isolate()->counters()->parse_lazy());
    [all...]
api.cc     [all...]
  /external/chromium_org/v8/src/heap/
incremental-marking.cc 914 HistogramTimerScope incremental_marking_scope(
    [all...]
heap.cc 835 HistogramTimerScope histogram_timer_scope(
    [all...]

Completed in 693 milliseconds