1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +00:00

Reduce starting priority of trace-cmd instrument.

This commit is contained in:
Sergei Trofimov 2015-07-13 17:04:45 +01:00
parent b8e25efdd4
commit 65ab86221b

View File

@ -180,7 +180,7 @@ class TraceCmdInstrument(Instrument):
else:
raise ValueError('Bad mode: {}'.format(self.mode)) # should never get here
def start(self, context):
def very_slow_start(self, context):
self.start_time = time.time() # pylint: disable=attribute-defined-outside-init
if self.mode == 'start':
self.device.execute('{} start {}'.format(self.trace_cmd, self.event_string), as_root=True)