mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
instrument/perf: Fix incorrect argument
This commit is contained in:
parent
817d98ed72
commit
90db655959
@ -123,7 +123,7 @@ class PerfInstrument(Instrument):
|
||||
|
||||
def setup(self, context):
|
||||
self.outdir = os.path.join(context.output_directory, self.perf_type)
|
||||
self.collector.set_output(outdir)
|
||||
self.collector.set_output(self.outdir)
|
||||
self.collector.reset()
|
||||
|
||||
def start(self, context):
|
||||
|
Loading…
x
Reference in New Issue
Block a user