Lines Matching refs:logging
1 import os, shutil, logging, re
21 logging.debug('Ratio (1/n_cpus) found for this system: %s' % self.ratio)
62 logging.error('NPB benchmark %s has failed. Output: %s',
65 logging.debug(itest.stdout)
80 logging.info('Test: %s', itest_cmd)
81 logging.info('Time (s): %s', time_seconds)
82 logging.info('Total operations executed (mops/s): %s', mops_total)
83 logging.info('Total operations per thread (mops/s/thread): %s',
110 logging.error('NPB benchmark single thread %s has failed. '
124 logging.debug('Time ratio for %s: %s', itest_cmd, time_ratio)
125 logging.debug('Upper bound: %s', upper_bound)
126 logging.debug('Lower bound: %s', lower_bound)
131 logging.error('NPB benchmark %s failed sanity check '
135 logging.debug('NPB benchmark %s sanity check PASS' % itest_cmd)
145 logging.info('NPB test passed.')