Searched refs:cpuClusterPowerMap_ (Results 1 – 2 of 2) sorted by relevance
133 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in CalculateCpuClusterPower()134 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in CalculateCpuClusterPower()141 cpuClusterPowerMap_.insert(std::pair<int32_t, double>(uid, cpuClusterPower)); in CalculateCpuClusterPower()202 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in GetStatsPowerMah()203 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in GetStatsPowerMah()243 for (auto& iter : cpuClusterPowerMap_) { in Reset()
43 std::map<int32_t, double> cpuClusterPowerMap_; variable