Home | History | Annotate | Download | only in android_bench_suite

Lines Matching refs:logging

7 # pylint: disable=cros-logging-import
19 import logging
24 logging.basicConfig(level=logging.INFO)
154 logging.info('Removing old logfiles...')
160 logging.info('No logfile %s need to be removed. Ignored.', f)
161 logging.info('Old logfiles been removed.')
166 logging.info('Clearing old json results...')
172 logging.info('no %s json file need to be removed. Ignored.', bench)
173 logging.info('Old json results been removed.')
185 logging.error('Error running %s, please check %s for more info.', cmd,
188 logging.info('Logs for %s are written to %s.', cmd, log_file)
211 logging.info('CPU mode and frequency set successfully!')
215 logging.error('The count of arguments does not match!')
263 logging.info('Building benchmark for toolchain setting No.%d...', setting_no)
264 logging.info('Command: %s', build_cmd)
269 logging.error('Error while building benchmark!')
278 logging.info('Benchmark with setting No.%d, iter.%d finished testing on '
284 logging.error('No result found at %s, '
293 logging.error('Error while renaming raw result %s to %s', bench_result,
297 logging.info('Benchmark result saved at %s.', new_bench_result_path)
301 logging.info('Start running benchmark on device...')
305 logging.info('Iteration No.%d:', i)
331 logging.info('Generating JSON file for Crosperf...')
351 logging.info('Command: %s', gen_json_cmd)
353 logging.error('Error while generating JSON file, please check raw data'
361 logging.info('Generating Crosperf Report...')
368 logging.info('Command: %s', crosperf_cmd)
371 logging.info('Report generated successfully!')
372 logging.info('Report Location: ' + outfile + '.html at bench'
424 logging.error('Error while reading from building '
464 logging.info('Start building and running benchmark: [%s]', bench)