Searched refs:bench_suite_dir (Results 1 – 7 of 7) sorted by relevance
/toolchain/benchmark/ |
D | run.py | 156 logfile = os.path.join(config.bench_suite_dir, f) 168 result = os.path.join(config.bench_suite_dir, bench + '.json') 178 log_file = os.path.join(config.bench_suite_dir, log_file) 283 bench_result = os.path.join(config.bench_suite_dir, 'bench_result') 291 new_bench_result_path = os.path.join(config.bench_suite_dir, 332 bench_result = os.path.join(config.bench_suite_dir, 'bench_result') 350 '--output=%s.json' % os.path.join(config.bench_suite_dir, bench), 383 os.environ['BENCH_SUITE_DIR'] = config.bench_suite_dir 457 infile = os.path.join(config.bench_suite_dir, bench + '.json') 459 outfile = os.path.join(config.bench_suite_dir, [all …]
|
D | autotest.diff | 59 + out_dir = bench_config.bench_suite_dir 78 +bench_suite_dir = os.getenv('BENCH_SUITE_DIR', 164 + with open(os.path.join(bench_config.bench_suite_dir, 204 +bench_suite_dir = os.getenv('BENCH_SUITE_DIR', 288 + out_dir = bench_config.bench_suite_dir 325 +bench_suite_dir = os.getenv('BENCH_SUITE_DIR', 415 + out_dir = bench_config.bench_suite_dir 434 +bench_suite_dir = os.getenv('BENCH_SUITE_DIR', 520 +bench_suite_dir = os.getenv('BENCH_SUITE_DIR', 528 +location = os.getenv('LOCATION', default=bench_suite_dir) [all …]
|
D | fix_json.py | 38 json_path = os.path.join(config.bench_suite_dir, bench + '_refined') 41 '-i=' + os.path.join(config.bench_suite_dir, bench + '.json'),
|
D | env_setting | 18 bench_suite_dir = /work/android/bench_suite_dir
|
D | config.py | 49 bench_suite_dir = get_suite_env('bench_suite_dir', True) variable
|
D | collect_profile.py | 40 parser.add_argument('-p', '--path', default=config.bench_suite_dir,
|
D | build_bench.py | 186 log_file = os.path.join(config.bench_suite_dir, 'build_log')
|