Searched refs:numCpus (Results 1 – 2 of 2) sorted by relevance
40 const int numCpus = (int)header.size() - 1; in Parse() local41 vector<pair<int, long long>> cpucores[numCpus]; in Parse()54 for (int i=0; i<numCpus; i++) { in Parse()67 for (int i=0; i<numCpus; i++) { in Parse()
350 int numCpus = 1; in initCpuClusters() local352 numCpus = (int) Math.round(sPowerItemMap.get(CPU_PER_CLUSTER_CORE_COUNT)); in initCpuClusters()355 CPU_CLUSTER_POWER_COUNT + 0, CPU_CORE_POWER_PREFIX + 0, numCpus); in initCpuClusters()363 private final int numCpus; field in PowerProfile.CpuClusterKey366 String corePowerKey, int numCpus) { in CpuClusterKey() argument370 this.numCpus = numCpus; in CpuClusterKey()379 return mCpuClusters[cluster].numCpus; in getNumCoresInCpuCluster()