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

  /external/chromium_org/third_party/skia/bench/
check_bench_regressions.py 147 # respectively. Each dictionary maps off_ratio (ratio of actual to expected)
162 off_ratio = this_bench_value / this_expected
165 this_expected, (off_ratio - 1) * 100)
168 if off_ratio > 1: # Bench is slower.
169 exceptions[SLOWER].setdefault(off_ratio, []).append(exception)
171 exceptions[FASTER].setdefault(off_ratio, []).append(exception)
  /external/skia/bench/
check_bench_regressions.py 147 # respectively. Each dictionary maps off_ratio (ratio of actual to expected)
162 off_ratio = this_bench_value / this_expected
165 this_expected, (off_ratio - 1) * 100)
168 if off_ratio > 1: # Bench is slower.
169 exceptions[SLOWER].setdefault(off_ratio, []).append(exception)
171 exceptions[FASTER].setdefault(off_ratio, []).append(exception)

Completed in 63 milliseconds