Searched refs:POWER_MEMORY (Results 1 – 2 of 2) sorted by relevance
14 int numBuckets = profile.getNumElements(PowerProfile.POWER_MEMORY); in MemoryPowerCalculator()17 powerAverages[i] = profile.getAveragePower(PowerProfile.POWER_MEMORY, i); in MemoryPowerCalculator()
187 public static final String POWER_MEMORY = "memory.bandwidths"; field in PowerProfile