Home
last modified time | relevance | path

Searched refs:_log (Results 1 – 25 of 63) sorted by relevance

123

/external/lisa/libs/utils/
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.warning('Wipe previous contents of the results folder:')
[all …]
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.info('Results will be collected under:')
[all …]
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.debug('SAMPLE: %s', self.readings)
[all …]
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.info('Relative comparisions:')
[all …]
Dtrace.py130 self._log = logging.getLogger('Trace')
174 self._log.debug('Registering [%s] local data frames', module)
180 self._log.debug(' %s', dfg_name)
201 self._log.debug('Set plots time range to (%.6f, %.6f)[s]',
243 self._log.debug('Loading [sched] events from trace in [%s]...', path)
244 self._log.debug('Parsing events: %s', self.events if self.events else 'ALL')
246 self._log.debug('Parsing SysTrace format...')
250 self._log.debug('Parsing FTrace format...')
267 self._log.info('Trace contains only functions stats')
310 self._log.debug('Events found on trace:')
[all …]
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)
Dresults.py42 self._log = logging.getLogger('Results')
52 self._log.info('Loading energy/perf data...')
64 self._log.info('Dump perf results on JSON file [%s]...',
81 self._log.error('Results folder not matching naming template')
82 self._log.error('Skip parsing of test results [%s]', test_dir)
108 self._log.info('Processing results from wtype [%s]', self.wtype)
150 self._log.error('Results folder not matching naming template')
151 self._log.error('Skip parsing of test results [%s]', test_dir)
172 self._log.debug('Parse [%s]...', nrg_file)
183 self._log.debug('Energy LITTLE [%s], big [%s], Total [%s]',
[all …]
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')
/external/lisa/libs/utils/android/
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.info('=== Iteration {}/{}...'.format(iter_id, self.bm_iterations))
[all …]
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.info('Systrace START')
[all …]
/external/lisa/libs/wlgen/wlgen/
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.info('Waiting %f seconds before starting workload execution',
[all …]
Drta.py62 self._log = logging.getLogger('RTApp')
173 self._log.debug('Pulling logfiles to [%s]...', destdir)
178 self._log.debug('Pulling JSON to [%s]...', destdir)
182 self._log.debug('Saving output on [%s]...', logfile)
265 self._log.debug('ref on LITTLE cpu: %d', target_cpu)
268 self._log.debug('ref on big cpu: %d', target_cpu)
275 self._log.debug('ref on cpu: %d', target_cpu)
278 self._log.debug('ref on (possible) biggest cpu: %d', target_cpu)
293 self._log.debug('Checking for %s', rtapp_conf)
303 self._log.info('Loading custom configuration:')
[all …]
/external/lisa/libs/utils/android/workloads/
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.debug('Iterations:')
[all …]
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')
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!")
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!")
Duibench.py67 self._log = logging.getLogger('UiBench')
68 self._log.debug('Workload created')
129 self._log.debug("START string [%s]", start_logline)
135 self._log.info("%s", logcat_cmd)
152 self._log.debug("Benchmark started!")
156 self._log.info('Benchmark [%s] started, waiting %d [s]',
160 self._log.debug("Benchmark done!")
/external/lisa/libs/utils/analysis/
Deas_analysis.py56 self._log.warning('Event [sched_energy_diff] not found, plot DISABLED!')
62 self._log.info('Plotting EDiff data just for task(s) [%s]', tasks)
67 self._log.info('Plotting EDiff data just with minimum '
71 self._log.info('Plotting EDiff data just with maximum '
77 self._log.info('Plotting EDiff data just with minimum '
81 self._log.info('Plotting EDiff data just with maximum '
87 self._log.info('Plotting EDiff data just with minimum '
91 self._log.info('Plotting EDiff data just with maximum '
97 self._log.info('Plotting EDiff data just with minimum '
101 self._log.info('Plotting EDiff data just with maximum '
[all …]
Dlatency_analysis.py77 self._log.warning('Events [sched_wakeup] not found, '
81 self._log.warning('Events [sched_switch] not found, '
128 self._log.warning('The [sched_switch] events contain "prev_state" value [%s]',
133 self._log.warning(' which %s not currently mapped into a task state.',
135 self._log.warning('Check mappings in:')
136 self._log.warning(' %s::%s _taskState()',
267 self._log.warning("Unexpected next state: %s @ %f",
314 self._log.warning('Event [sched_switch] not found, '
318 self._log.warning('Event [sched_wakeup] not found, '
333 self._log.info('Found: %5d WAKEUP latencies', len(wkp_df))
[all …]
Dtasks_analysis.py60 self._log.warning('Events [sched_load_avg_task] not found')
70 self._log.warning('No tasks with with utilization samples > %d',
76 self._log.info('%5d tasks with samples of utilization > %d',
88 self._log.warning(' but none with more than %d samples',
92 self._log.info(' %d with more than %d samples',
113 self._log.warning('Events [sched_wakeup] not found')
127 self._log.warning('No tasks with more than %d wakeups',
130 self._log.info('%5d tasks with more than %d wakeups',
156 self._log.warning('Events [sched_switch] not found')
235 self._log.warning('Events [sched_load_avg_task] not found, '
[all …]
/external/python/cpython2/Lib/distutils/
Dlog.py19 def _log(self, level, msg, args): member in 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/autotest/server/cros/chaos_lib/
Dchaos_capture_analyzer.py404 self._log = logger
497 self._log.log_to_output_file(msg)
510 self._log.log_to_output_file(msg)
521 self._log.log_to_output_file(msg)
535 self._log.log_to_output_file(msg)
554 self._log.log_to_output_file(msg)
562 self._log.log_to_output_file(msg)
590 self._log.log_to_output_file("State Machine completed!")
598 self._log.log_to_output_file(msg)
609 self._log = logger
[all …]
/external/lisa/tests/benchmarks/
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)
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)
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)

123