Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 2 of 2) sorted by relevance

/toolchain/benchmark/
Dgen_json.py61 def create_outfile(outfile, bench): argument
62 with open(outfile, 'w') as fout:
67 def get_outfile(outfile, bench): argument
69 return open(outfile)
71 create_outfile(outfile, bench)
72 return open(outfile)
79 outfile = arguments.output
87 with get_outfile(outfile, bench) as fout:
91 with open(outfile, 'w') as fout:
Drun.py361 def gen_crosperf(infile, outfile): argument
368 '-i=' + infile, '-o=' + outfile, '-f'
376 logging.info('Report Location: ' + outfile + '.html at bench'
459 outfile = os.path.join(config.bench_suite_dir,
461 gen_crosperf(infile, outfile)
484 outfile = os.path.join(config.bench_suite_dir, bench + '_report')
485 gen_crosperf(infile, outfile)