Home | History | Annotate | Download | only in benchmark

Lines Matching refs:logging

7 # pylint: disable=cros-logging-import
14 import logging
19 # Turn the logging level to INFO before importing other code, to avoid having
20 # failed import logging messages confuse the user.
21 logging.basicConfig(level=logging.INFO)
67 logging.info('No CFLAGS specified, using default settings.')
70 logging.info('Cflags setting to "%s"...', cflags)
73 logging.info('No LDFLAGS specifed, using default settings.')
76 logging.info('Ldflags setting to "%s"...', ldflags)
80 logging.info('Flags set successfully!')
87 logging.info('BUILD_OS set to "%s"...', build_os)
89 logging.info('No BUILD_OS specified, using linux as default...')
96 logging.info('LLVM_PREBUILTS_VERSION set to "%s"...',
99 logging.info('No LLVM_PREBUILTS_VERSION specified, '
110 logging.error('Error while setting compiler: '
124 logging.error('Error while copying the compiler to '
131 logging.info('Prebuilt Compiler set as %s.', os.path.abspath(compiler))
136 logging.info('Setting compiler options for benchmark...')
160 logging.error('Error while removing the temporary '
176 logging.info('Start building benchmark...')
194 logging.error('Error while running %s, please check '
199 logging.info('Logs for building benchmark %s are written to %s.',
201 logging.info('Benchmark built successfully!')
217 logging.error('Please select one benchmark from the list below:\n\t' +