1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 19:02:31 +01:00

Updates to pluggins to match the new plugin loader

This commit is contained in:
Sebastian Goscik
2016-03-17 14:16:54 +00:00
parent 913d41c86d
commit 98b46894d8
5 changed files with 8 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ class DVFS(ResultProcessor):
self.infile = os.path.join(context.output_directory, 'trace.txt')
if os.path.isfile(self.infile):
self.logger.debug('Running result_processor "dvfs"')
self.outfile = os.path.join(settings.output_directory, 'dvfs.csv')
self.outfile = os.path.join(context.output_directory, 'dvfs.csv')
self.flush_parse_initialize()
self.calculate()
self.percentage()