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

123

/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.py45 self._log = logging.getLogger('Workload')
63 _log = logging.getLogger('Workload')
67 _log.debug('Packages:\n%s', cls._packages)
69 _log.debug('Building list of available workloads...')
71 _log.debug('Checking workload [%s]...', sc.__name__)
84 _log.info('Supported workloads available on target:')
85 _log.info(' %s', ', '.join(cls._availables.keys()))
106 ret_cls._log.info('Enabling CGroup support for dumping schedtune/cpuset events')
171 self._log.info('FTrace START')
179 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.py193 self._log = logging.getLogger('Executor')
197 self._log.info('Loading custom (inline) test configuration')
200 self._log.info('Loading custom (file) test configuration')
226 self._log.info('Configured to run:')
228 self._log.info(' %3d target configurations:',
232 self._log.info(' %s', target_confs)
234 self._log.info(' %3d workloads (%d iterations each)',
238 self._log.info(' %s', wload_confs)
240 self._log.info('Total: %d experiments', self._exp_count)
242 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 Denv.py212 self._log = logging.getLogger('TestEnv')
215 self._log.info('Using base path: %s', basepath)
219 self._log.info('Loading custom (inline) target configuration')
222 self._log.info('Loading custom (file) target configuration')
225 self._log.info('Loading default (file) target configuration')
227 self._log.debug('Target configuration %s', self.conf)
232 self._log.info('Loading custom (inline) test configuration')
235 self._log.info('Loading custom (file) test configuration')
239 self._log.debug('Test configuration %s', self.conf)
282 self._log
[all...]
H A Danalysis_module.py33 self._log = logging.getLogger('Analysis')
57 self._log.debug('Failed parsing EM from platform data')
59 self._log.debug('Platform data without Energy Model info')
65 self._log.debug('Parsing big.LITTLE system clusters')
69 self._log.debug('Parsing SMP clusters')
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/lisa/libs/utils/android/workloads/
H A Djankbench.py79 self._log = logging.getLogger('Jankbench')
80 self._log.debug('Workload created')
136 self._log.debug('Start Jank Benchmark [%d:%s]', test_id, test_name)
141 self._log.info(test_cmd)
147 self._log.debug('Benchmark started!')
148 self._log.info('Running energy meter for {} seconds'
155 self._log.debug('Iteration: %2d', i + 1)
158 self._log.debug('Benchmark done!')
165 self._log.info(logcat_cmd)
167 self._log
[all...]
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 Dsystemui.py61 self._log = logging.getLogger('SystemUi')
62 self._log.debug('Workload created')
122 self._log.debug("START string [%s]", start_logline)
126 self._log.debug("FINISH string [%s]", finish_logline)
132 self._log.info("%s", logcat_cmd)
147 self._log.debug("Benchmark started!")
152 self._log.debug("Benchmark finished!")
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.py40 self._log = logging.getLogger('CameraStartup')
41 self._log.debug('Workload created')
61 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/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/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/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 221 milliseconds

123