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:
parent
d60034f7d7
commit
1a604ac2e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user