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

  /external/chromium_org/v8/tools/
stats-viewer.py 151 ui_counter = self.ui_counters[name]
152 counter_changed = ui_counter.Set(value)
251 ui_counter = UiCounter(var, format)
252 self.ui_counters[name] = ui_counter
253 ui_counter.Set(counter.Value())
  /external/v8/tools/
stats-viewer.py 151 ui_counter = self.ui_counters[name]
152 counter_changed = ui_counter.Set(value)
251 ui_counter = UiCounter(var, format)
252 self.ui_counters[name] = ui_counter
253 ui_counter.Set(counter.Value())

Completed in 1167 milliseconds