HomeSort by relevance Sort by last modified time
    Searched full:bench_util (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/bench/
gen_bench_expectations.py 9 import bench_util namespace
150 help='bench representation algorithm to use, see bench_util.py.')
174 data_points = bench_util.parse_skp_bench_data(
197 extra_data.append((idx, bench_util.parse_skp_bench_data(
bench_compare.py 9 import bench_util namespace
97 old_benches = bench_util.parse({}, open(old, 'r'), stat_type)
98 new_benches = bench_util.parse({}, open(new, 'r'), stat_type)
check_bench_regressions.py 6 import bench_util namespace
38 print ' Defaults to "25th". See bench_util.py for details.'
235 data_points = bench_util.parse_skp_bench_data(directory, rev, rep)
tile_analyze.py 11 import bench_util namespace
56 # Bench representation algorithm. See trunk/bench/bench_util.py.
57 REPRESENTATION_ALG = bench_util.ALGORITHM_25TH_PERCENTILE
200 for point in bench_util.parse('', file_dic[f].split('\n'),
bench_util.py 157 rep: bench representation algorithm, see bench_util.py.
  /external/skia/bench/
gen_bench_expectations.py 9 import bench_util namespace
150 help='bench representation algorithm to use, see bench_util.py.')
174 data_points = bench_util.parse_skp_bench_data(
197 extra_data.append((idx, bench_util.parse_skp_bench_data(
bench_compare.py 9 import bench_util namespace
97 old_benches = bench_util.parse({}, open(old, 'r'), stat_type)
98 new_benches = bench_util.parse({}, open(new, 'r'), stat_type)
check_bench_regressions.py 6 import bench_util namespace
38 print ' Defaults to "25th". See bench_util.py for details.'
235 data_points = bench_util.parse_skp_bench_data(directory, rev, rep)
tile_analyze.py 11 import bench_util namespace
56 # Bench representation algorithm. See trunk/bench/bench_util.py.
57 REPRESENTATION_ALG = bench_util.ALGORITHM_25TH_PERCENTILE
200 for point in bench_util.parse('', file_dic[f].split('\n'),
bench_util.py 157 rep: bench representation algorithm, see bench_util.py.

Completed in 229 milliseconds