diff --git a/wa/instrumentation/trace-cmd.py b/wa/instrumentation/trace-cmd.py index feedf807..0943a56c 100644 --- a/wa/instrumentation/trace-cmd.py +++ b/wa/instrumentation/trace-cmd.py @@ -199,6 +199,7 @@ class TraceCmdInstrument(Instrument): def start(self, context): self.collector.start() + @very_slow def stop(self, context): self.collector.stop()