mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-09 16:43:28 +01:00
trace-cmd: Add missing very_slow decorator to stop method
This commit is contained in:
@ -199,6 +199,7 @@ class TraceCmdInstrument(Instrument):
|
|||||||
def start(self, context):
|
def start(self, context):
|
||||||
self.collector.start()
|
self.collector.start()
|
||||||
|
|
||||||
|
@very_slow
|
||||||
def stop(self, context):
|
def stop(self, context):
|
||||||
self.collector.stop()
|
self.collector.stop()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user