Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java97 private int cpusPresent; field in CpuMonitor
254 cpusPresent = 1 + scanner.nextInt(); in init()
264 cpuFreqMax = new long[cpusPresent]; in init()
265 maxPath = new String[cpusPresent]; in init()
266 curPath = new String[cpusPresent]; in init()
267 curFreqScales = new double[cpusPresent]; in init()
268 for (int i = 0; i < cpusPresent; i++) { in init()
319 if (cpusPresent == 0) { in sampleCpuUtilization()
324 for (int i = 0; i < cpusPresent; i++) { in sampleCpuUtilization()
442 for (int i = 0; i < cpusPresent; i++) { in getStatString()