Lines Matching refs:logging

111 import logging
252 logging.debug('HasEnoughRuns for %s', graph_config.name)
255 logging.debug(' Ran %d times, need at least %d',
259 logging.debug(' Results: %d entries', len(results))
262 logging.debug(' Mean: %.2f, mean_stderr: %.2f', avg, avg_stderr)
263 logging.info('>>> Confidence level is %.2f',
287 logging.info('>>> Processed stdout (#%d):\n%s', count, output.stdout)
457 logging.debug('Changing CWD to: %s' % cwd)
468 logging.info('Profiler supported only on a benchmark run with d8')
489 count: Index of the test run (used for better logging).
635 logging.exception(title % 'OSError')
638 logging.info(title % 'Stdout' + '\n%s', output.stdout)
641 logging.info(title % 'Stderr' + '\n%s', output.stderr)
642 logging.warning('>>> Test timed out after %ss.', runnable.timeout)
644 logging.warning('>>> Test crashed with exit code %d.', output.exit_code)
701 logging.debug('Running command: %s' % cmd)
710 logging.warning(
769 logging.debug('Dumping logcat into %s', logcat_file)
822 logging.exception('Failed to get current ASLR settings.')
831 logging.exception(
849 logging.exception('Failed to retrieve number of CPUs.')
875 logging.exception('Failed to get the current CPU governor. Is the CPU '
889 logging.exception('Failed to change CPU governor to %s. Are we '
988 logging.basicConfig(
989 level=logging.DEBUG if args.verbose else logging.INFO,
995 logging.error(
1001 logging.error('For writing secondary json test results, a secondary outdir '
1013 logging.error('binary-override-path must be a file name')
1016 logging.error('specify either binary-override-path or outdir-secondary')
1078 logging.info('>>> Running suite: %s', runnable_name)
1096 logging.info(
1116 logging.info('>>> Suite %s failed after %d retries',
1120 logging.info('>>> Retrying suite: %s', runnable_name)