Home
last modified time | relevance | path

Searched refs:bench_dict (Results 1 – 8 of 8) sorted by relevance

/external/trappy/trappy/wa/
Dresults.py110 bench_dict = collections.OrderedDict()
133 if bench in bench_dict:
134 if run_id in bench_dict[bench]:
135 if run_number not in bench_dict[bench][run_id]:
136 bench_dict[bench][run_id][run_number] = result
138 bench_dict[bench][run_id] = {run_number: result}
140 bench_dict[bench] = {run_id: {run_number: result}}
143 for bench, run_id_dict in bench_dict.iteritems():
/external/skia/bench/
Dcheck_bench_regressions.py97 bench_dict = {}
101 if point_name not in bench_dict:
102 bench_dict[point_name] = point.time
106 return bench_dict
237 bench_dict = create_bench_dict(data_points)
240 check_expectations(bench_dict, bench_expectations, platform_and_alg)
/external/skqp/bench/
Dcheck_bench_regressions.py97 bench_dict = {}
101 if point_name not in bench_dict:
102 bench_dict[point_name] = point.time
106 return bench_dict
237 bench_dict = create_bench_dict(data_points)
240 check_expectations(bench_dict, bench_expectations, platform_and_alg)
/external/toolchain-utils/android_bench_suite/
Dset_flags.py16 mk_file = os.path.join(config.android_home, config.bench_dict[bench],
23 os.path.join(config.android_home, config.bench_dict[bench],
68 bench_dir = os.path.join(config.android_home, config.bench_dict[bench])
79 bench_mk = os.path.join(config.android_home, config.bench_dict[bench],
Ddiscard_patches.py26 skia_dir = os.path.join(config.android_home, config.bench_dict['Skia'])
37 config.bench_dict['Panorama'])
Dconfig.py63 bench_dict = { variable
90 bench_list = bench_dict.keys()
Dapply_patches.py20 skia_dir = os.path.join(config.android_home, config.bench_dict['Skia'])
61 config.bench_dict['Panorama'])
Dbuild_bench.py160 pwd = os.path.join(config.android_home, config.bench_dict[bench])
208 source_dir = config.bench_dict[bench]