mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	instrument/perf: Fix incorrect argument
This commit is contained in:
		| @@ -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): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user