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

  /external/chromium_org/third_party/skia/bench/
check_bench_regressions.py 27 # Indices of the tuple of dictionaries containing slower and faster alerts.
28 SLOWER = 0
146 # Tuple of dictionaries recording exceptions that are slower and faster,
168 if off_ratio > 1: # Bench is slower.
169 exceptions[SLOWER].setdefault(off_ratio, []).append(exception)
173 for i in [SLOWER, FASTER]:
180 header = '%s benches got slower (sorted by %% difference):' % len(li)
182 header = header.replace('slower', 'faster')
  /external/skia/bench/
check_bench_regressions.py 27 # Indices of the tuple of dictionaries containing slower and faster alerts.
28 SLOWER = 0
146 # Tuple of dictionaries recording exceptions that are slower and faster,
168 if off_ratio > 1: # Bench is slower.
169 exceptions[SLOWER].setdefault(off_ratio, []).append(exception)
173 for i in [SLOWER, FASTER]:
180 header = '%s benches got slower (sorted by %% difference):' % len(li)
182 header = header.replace('slower', 'faster')

Completed in 82 milliseconds