Home
last modified time | relevance | path

Searched refs:coreCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/powermodel/src/com/android/powermodel/component/
DCpuProfile.java32 public int coreCount; field in CpuProfile.Cluster
128 cluster.coreCount = mCoreCount[i]; in build()
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DPowerProfileTest.java78 Assert.assertEquals(4, cpu.clusters[0].coreCount); in testReadGood()
100 Assert.assertEquals(2, cpu.clusters[1].coreCount); in testReadGood()