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.java98 private int cpusPresent; field in CpuMonitor
256 cpusPresent = 1 + scanner.nextInt(); in init()
266 cpuFreqMax = new long[cpusPresent]; in init()
267 maxPath = new String[cpusPresent]; in init()
268 curPath = new String[cpusPresent]; in init()
269 curFreqScales = new double[cpusPresent]; in init()
270 for (int i = 0; i < cpusPresent; i++) { in init()
321 if (cpusPresent == 0) { in sampleCpuUtilization()
326 for (int i = 0; i < cpusPresent; i++) { in sampleCpuUtilization()
444 for (int i = 0; i < cpusPresent; i++) { in getStatString()