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:
parent
b8e25efdd4
commit
65ab86221b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user