1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

Fixes a bug in energy model instrument

This commit is contained in:
Vasilis Flouris 2015-06-03 16:43:45 +01:00 committed by devlab
parent d60034f7d7
commit 1a604ac2e3

View File

@ -447,7 +447,7 @@ class EnergyModelInstrument(Instrument):
power_metric = spec.num_cpus * (power_metric / self.number_of_cpus[cluster])
data.append(index_matter + ['performance', perf_metric])
data.append(index_matter + ['{}_power'.format(self.get_core_name(cluster)), power_metric])
data.append(index_matter + ['power', power_metric])
def before_overall_results_processing(self, context):
# pylint: disable=too-many-locals