Lines Matching refs:logging
8 import logging
14 # Turn the logging level to INFO before importing other code, to avoid having
15 # failed import logging messages confuse the user.
16 logging.basicConfig(level=logging.INFO)
56 logging.info('Build and run instrumented benchmark...')
66 logging.error('Error running %s.', run_cmd)
71 logging.info('Pulling profraw data from device to local')
84 logging.error('Error while pulling profraw data.')
90 logging.info('Generate profdata for PGO...')
108 logging.info('Profdata is generated successfully, located at %s',
111 logging.error('Error while merging profraw data.')