mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	Fixes a bug in energy model instrument
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user