Home
last modified time | relevance | path

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

/toolchain/benchmark/
Drun.py177 def check_call_with_log(cmd, log_file): argument
178 log_file = os.path.join(config.bench_suite_dir, log_file)
179 with open(log_file, 'a') as logfile:
186 cmd, log_file)
188 logging.info('Logs for %s are written to %s.', cmd, log_file)
Dbuild_bench.py186 log_file = os.path.join(config.bench_suite_dir, 'build_log')
187 with open(log_file, 'a') as logfile:
195 '%s for more info.', raw_cmd, log_file)
200 bench, log_file)