1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

Merge pull request #516 from bjackman/trace-cmd-very-slow

trace-cmd: Add missing very_slow decorator to stop method
This commit is contained in:
setrofim 2017-10-12 18:00:50 +01:00 committed by GitHub
commit 9e8c0cfb32

View File

@ -199,6 +199,7 @@ class TraceCmdInstrument(Instrument):
def start(self, context):
self.collector.start()
@very_slow
def stop(self, context):
self.collector.stop()