HomeSort by relevance Sort by last modified time
    Searched refs:_log (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/lisa/libs/utils/
analysis_register.py 43 self._log = logging.getLogger('Analysis')
48 self._log.debug('Analysis: %s', analysis_dir)
51 self._log.debug('Syspath: %s', sys.path)
53 self._log.debug('Registering trace analysis modules:')
61 self._log.debug('Filename: %s', filename)
74 self._log.debug(' %s', module_name)
report.py 47 self._log = logging.getLogger('Report')
54 self._log.info('Load results from [%s]...',
62 self._log.warning('Comparing all the possible combination')
64 self._log.info('Configured regexps for comparisions '
80 self._log.debug('No RTApp workloads to report')
83 self._log.debug('Reporting RTApp workloads')
89 self._log.info('')
90 self._log.info('Absolute comparisions:')
95 self._log.info('')
96 self._log.info('Relative comparisions:'
    [all...]
env.py 232 self._log = logging.getLogger('TestEnv')
235 self._log.info('Using base path: %s', basepath)
239 self._log.info('Loading custom (inline) target configuration')
242 self._log.info('Loading custom (file) target configuration')
245 self._log.info('Loading default (file) target configuration')
247 self._log.debug('Target configuration %s', self.conf)
252 self._log.info('Loading custom (inline) test configuration')
255 self._log.info('Loading custom (file) test configuration')
259 self._log.debug('Test configuration %s', self.conf)
294 self._log.warning('Wipe previous contents of the results folder:'
    [all...]
energy.py 74 self._log = logging.getLogger('EnergyMeter')
131 self._log.info('HWMON module not enabled')
132 self._log.warning('Energy sampling disabled by configuration')
136 self._log.info('Scanning for HWMON channels, may take some time...')
158 self._log.info('Using default big.LITTLE hwmon channels')
162 self._log.info('Using all hwmon energy channels')
166 self._log.debug('Enabling channels %s', self._channels.values())
170 self._log.info('Channels selected for energy sampling:')
172 self._log.info(' %s', channel.label)
195 self._log.debug('SAMPLE: %s', self.readings
    [all...]
executor.py 200 self._log = logging.getLogger('Executor')
204 self._log.info('Loading custom (inline) test configuration')
207 self._log.info('Loading custom (file) test configuration')
233 self._log.info('Configured to run:')
235 self._log.info(' %3d target configurations:',
239 self._log.info(' %s', target_confs)
241 self._log.info(' %3d workloads (%d iterations each)',
245 self._log.info(' %s', wload_confs)
247 self._log.info('Total: %d experiments', self._exp_count)
249 self._log.info('Results will be collected under:'
    [all...]
  /packages/services/Car/tools/emulator/
vhal_emulator_test.py 48 _log = 0 # Logger module variable in class:VhalTest
100 self._log.error("generateTestValue: valType=0x%X is not handled", valType)
108 self._log.error("getValueFromMsg: Received invalid value")
129 self._log.error("getValueFromMsg: valType=0x%X is not handled", valType)
132 self._log.error("getValueFromMsg: Received malformed message: %s", str(rxMsg))
147 self._log.error("getVmsMessageTypeFromMsg: Received invalid message")
158 self._log.error("rxMsg Type expected: 0x%X, received: 0x%X", expectedType, rxMsg.msg_type)
161 self._log.error("rxMsg Status expected: 0x%X, received: 0x%X", expectedStatus, rxMsg.status)
168 self._log.info("Starting testGetConfig...")
170 self._log.debug(" Getting config for propId=0x%X", cfg.prop
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /external/python/cpython2/Lib/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
34 self._log(level, msg, args)
37 self._log(DEBUG, msg, args)
40 self._log(INFO, msg, args)
43 self._log(WARN, msg, args)
46 self._log(ERROR, msg, args)
49 self._log(FATAL, msg, args)
  /development/tools/axl/
log.py 38 def _log(self, *logstrs): member in class:Log
45 self._log("D", *logstrs)
47 self._log("I", *logstrs)
49 self._log("W", *logstrs)
51 self._log("E", *logstrs)
  /external/lisa/libs/utils/android/
benchmark.py 216 self._log.info('Using ACME energy meter channels: %s', em)
247 self._log.warning(msg)
272 self._log.info('Waiting {}[s] before executing iteration {}...'\
283 self._log = logging.getLogger('Benchmark')
285 self._log.info('=== CommandLine parsing...')
288 self._log.info('=== TestEnv setup...')
293 self._log.info('=== Initialization...')
300 self._log.warning('Benchmark initialization failed: execution aborted')
303 self._log.info('=== Execution...')
305 self._log.info('=== Iteration {}/{}...'.format(iter_id, self.bm_iterations)
    [all...]
  /external/lisa/libs/wlgen/wlgen/
workload.py 95 self._log = logging.getLogger('Workload')
97 self._log.info('Setup new workload %s', self.name)
104 self._log.debug('Callback [%s]...', step)
123 self._log.debug('Setup step [%s] callback to [%s] function',
131 self._log.debug('CPUs mask for %s: 0x%X', cpus, mask)
163 self._log.debug('Configuring a profile-based workload...')
168 self._log.debug('Configuring custom workload...')
172 self._log.error('%s is not a supported RTApp workload kind', kind)
233 self._log.error('Error: empty executor command')
258 self._log.info('Waiting %f seconds before starting workload execution'
    [all...]
  /external/lisa/libs/utils/android/workloads/
gmaps.py 40 self._log = logging.getLogger('GMaps')
41 self._log.debug('Workload created')
95 self._log.debug('Accumulating commands')
107 self._log.debug('Accumulation done')
112 self._log.info('Opening GMaps to [%s]', loc_url)
118 self._log.info('Launching target script')
120 self._log.info('Target script ended')
jankbench.py 103 self._log = logging.getLogger('Jankbench')
104 self._log.debug('Workload created')
147 self._log.info('Restarting ADB in root mode...')
168 self._log.debug('Start Jank Benchmark [%d:%s]', test_id, test_name)
173 self._log.info(test_cmd)
179 self._log.debug('Benchmark started!')
180 self._log.info('Running energy meter for {} seconds'
187 self._log.debug('Iteration: %2d', i + 1)
190 self._log.debug('Benchmark done!')
197 self._log.info(logcat_cmd
    [all...]
exoplayer.py 58 self._log = logging.getLogger('ExoPlayer')
72 self._log.info('Pushing media file to device...')
78 self._log.info('Media file transfer complete')
89 self._log.info(play_cmd)
94 self._log.info('Playing media file')
100 self._log.info('Media duration is {}'.format(media_duration_s))
103 self._log.info('Waiting {} seconds before ending playback'
107 self._log.info('Waiting for playback completion ({} seconds)'
113 self._log.info('Media file playback completed')
geekbench.py 46 self._log = logging.getLogger('Geekbench')
47 self._log.debug('Workload created')
100 self._log.info("%s", logcat_cmd)
125 self._log.debug("Benchmark started!")
133 self._log.debug("Benchmark finished! Results are in {}".format(remote_result_file))
139 self._log.debug("result_file={}".format(result_file))
  /external/python/cpython3/Lib/distutils/
log.py 19 def _log(self, level, msg, args): member in class:Log
38 self._log(level, msg, args)
41 self._log(DEBUG, msg, args)
44 self._log(INFO, msg, args)
47 self._log(WARN, msg, args)
50 self._log(ERROR, msg, args)
53 self._log(FATAL, msg, args)
  /external/lisa/tests/benchmarks/
android_geekbench.py 45 self._log.warning('Governor [%s] not available on target',
69 self._log.warning('Failed to set schedutils parameters: {}'\
72 self._log.info('Set schedutil.rate_limit_us=%d', rate_limit_us)
83 self._log.warning('Failed to set ondemand parameters: {}'\
86 self._log.info('Set ondemand.sampling_rate to minimum supported')
90 self._log.info('Using governors: %s', governors)
android_gmaps.py 48 self._log.warning('Governor [%s] not available on target',
72 self._log.warning('Failed to set schedutils parameters: {}'\
75 self._log.info('Set schedutil.rate_limit_us=%d', rate_limit_us)
86 self._log.warning('Failed to set ondemand parameters: {}'\
89 self._log.info('Set ondemand.sampling_rate to minimum supported')
93 self._log.info('Using governors: %s', governors)
android_jankbench.py 48 self._log.warning('Governor [%s] not available on target',
72 self._log.warning('Failed to set schedutils parameters: {}'\
75 self._log.info('Set schedutil.rate_limit_us=%d', rate_limit_us)
86 self._log.warning('Failed to set ondemand parameters: {}'\
89 self._log.info('Set ondemand.sampling_rate to minimum supported')
93 self._log.info('Using governors: %s', governors)
android_uibench.py 47 self._log.warning('Governor [%s] not available on target',
71 self._log.warning('Failed to set schedutils parameters: {}'\
74 self._log.info('Set schedutil.rate_limit_us=%d', rate_limit_us)
85 self._log.warning('Failed to set ondemand parameters: {}'\
88 self._log.info('Set ondemand.sampling_rate to minimum supported')
92 self._log.info('Using governors: %s', governors)
android_vellamo.py 45 self._log.warning('Governor [%s] not available on target',
69 self._log.warning('Failed to set schedutils parameters: {}'\
72 self._log.info('Set schedutil.rate_limit_us=%d', rate_limit_us)
83 self._log.warning('Failed to set ondemand parameters: {}'\
86 self._log.info('Set ondemand.sampling_rate to minimum supported')
90 self._log.info('Using governors: %s', governors)

Completed in 400 milliseconds

1 2 3 4 5 6