Searched refs:_log (Results 1 - 25 of 91) sorted by relevance

1234

/external/lisa/libs/utils/android/
H A Dbenchmark.py216 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
[all...]
H A Dworkload.py49 self._log = logging.getLogger('Workload')
102 _log = logging.getLogger('Workload')
106 _log.debug('Packages:\n%s', cls._packages)
108 _log.debug('Building list of available workloads...')
110 _log.debug('Checking workload [%s]...', sc.__name__)
116 _log.info('Supported workloads available on target:')
117 _log.info(' %s', ', '.join(cls._availables.keys()))
156 ret_cls._log.info('Enabling CGroup support for dumping schedtune/cpuset events')
221 self._log.info('FTrace START')
229 self._log
[all...]
/external/lisa/libs/utils/
H A Danalysis_register.py43 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)
H A Dexecutor.py200 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
[all...]
H A Denv.py232 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
[all...]
H A Denergy.py74 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
[all...]
H A Dreport.py47 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
[all...]
H A Dconf.py89 self._log = logging.getLogger('JsonConf')
95 self._log.debug('loading JSON...')
115 self._log.debug('Loaded JSON configuration:')
116 self._log.debug(' %s', self.json)
/external/python/cpython2/Lib/distutils/
H A Dlog.py19 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/cpython3/Lib/distutils/
H A Dlog.py19 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/libs/wlgen/wlgen/
H A Dworkload.py95 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
[all...]
/external/lisa/libs/utils/android/workloads/
H A Dgmaps.py40 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')
H A Djankbench.py103 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
[all...]
H A Dexoplayer.py58 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')
H A Dgeekbench.py46 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))
H A Dvellamo.py47 self._log = logging.getLogger('Vellamo')
48 self._log.debug('Workload created')
83 self._log.debug('Start Vellamo Benchmark [%s]', test_name)
111 self._log.debug("START string [%s]", start_logline)
117 self._log.debug("END string [%s]", end_logline)
123 self._log.info("%s", logcat_cmd)
143 self._log.info("Vellamo - {} started!".format(test_name.upper()))
154 self._log.debug("Benchmark started!")
H A Dcamera_preview.py40 self._log = logging.getLogger('CameraPreview')
41 self._log.debug('Workload created')
60 self._log.info("Running CameraPreview for {}s and collecting {}".format(duration_s, collect))
H A Dcamera_startup.py45 self._log = logging.getLogger('CameraStartup')
46 self._log.debug('Workload created')
69 self._log.info("Running CameraStartup for {}s and collecting {}".format(duration_s, collect))
H A Didle_resume.py47 self._log = logging.getLogger('IdleResume')
48 self._log.debug('Workload created')
109 self._log.info('Waiting for duration {}'.format(duration_s))
/external/lisa/tests/benchmarks/
H A Dandroid_geekbench.py45 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)
H A Dandroid_gmaps.py48 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)
H A Dandroid_jankbench.py48 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)
H A Dandroid_uibench.py47 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)
H A Dandroid_vellamo.py45 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)
H A Dandroid_youtube.py48 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)

Completed in 283 milliseconds

1234