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

  /external/chromium_org/third_party/skia/bench/
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)
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(
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'),
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)
  /external/skia/bench/
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)
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(
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'),
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)

Completed in 4039 milliseconds