Searched refs:infile (Results 1 – 2 of 2) sorted by relevance
/toolchain/benchmark/ |
D | run.py | 361 def gen_crosperf(infile, outfile): argument 368 '-i=' + infile, '-o=' + outfile, '-f' 457 infile = os.path.join(config.bench_suite_dir, bench + '.json') 458 if os.path.exists(infile): 461 gen_crosperf(infile, outfile) 483 infile = os.path.join(config.bench_suite_dir, bench + '.json') 485 gen_crosperf(infile, outfile)
|
D | gen_json.py | 50 def collect_data(infile, bench, it): argument 52 with open(infile + str(it)) as fin: 78 infile = arguments.input 85 result += collect_data(infile, bench, i)
|