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

  /external/chromium_org/v8/tools/
stats-viewer.py 52 COUNTER_LABELS = {"t": "%i ms.", "c": "%i"}
247 if (":" in name) and (name[0] in COUNTER_LABELS):
248 format = COUNTER_LABELS[name[0]]
  /external/v8/tools/
stats-viewer.py 52 COUNTER_LABELS = {"t": "%i ms.", "c": "%i"}
247 if (":" in name) and (name[0] in COUNTER_LABELS):
248 format = COUNTER_LABELS[name[0]]

Completed in 30 milliseconds