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

  /external/v8/src/
counters.h 238 class HistogramTimerScope BASE_EMBEDDED {
240 explicit HistogramTimerScope(HistogramTimer* timer) :
244 ~HistogramTimerScope() {
  /external/chromium_org/v8/src/
counters.h 262 // TODO(bmeurer): Remove this when HistogramTimerScope is fixed.
276 class HistogramTimerScope BASE_EMBEDDED {
278 explicit HistogramTimerScope(HistogramTimer* timer,
293 ~HistogramTimerScope() {

Completed in 53 milliseconds