mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	dvfs: fix active_cpus --> online_cpus rename
This commit is contained in:
		| @@ -102,7 +102,7 @@ class DVFS(ResultProcessor): | ||||
|             total_cores += len(cores_list) | ||||
|             self.numberofcores_in_cluster.append(len(cores_list)) | ||||
|             for i in range(current_cores, total_cores): | ||||
|                 if i in self.device.active_cpus: | ||||
|                 if i in self.device.online_cpus: | ||||
|                     self.minimum_frequency_cluster.append(int(self.device.get_cpu_min_frequency("cpu{}".format(i)))) | ||||
|                     break | ||||
|             current_cores = total_cores | ||||
|   | ||||
		Reference in New Issue
	
	Block a user