Searched refs:cpuClusterPower (Results 1 – 1 of 1) sorted by relevance
125 double cpuClusterPower = StatsUtils::DEFAULT_VALUE; in CalculateCpuClusterPower() local130 cpuClusterPower += cpuClusterAverageMa * cpuClusterTimeMs / StatsUtils::MS_IN_HOUR; in CalculateCpuClusterPower()135 cpuClusterPower, uid); in CalculateCpuClusterPower()136 cpuClusterIter->second = cpuClusterPower; in CalculateCpuClusterPower()139 cpuClusterPower, uid); in CalculateCpuClusterPower()140 cpuClusterPowerMap_.insert(std::pair<int32_t, double>(uid, cpuClusterPower)); in CalculateCpuClusterPower()142 return cpuClusterPower; in CalculateCpuClusterPower()