Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java71 private int cpusPresent; field in CpuMonitor
98 cpusPresent = 1 + scanner.nextInt(); in init()
111 cpuFreq = new long [cpusPresent]; in init()
112 maxPath = new String [cpusPresent]; in init()
113 curPath = new String [cpusPresent]; in init()
114 for (int i = 0; i < cpusPresent; i++) { in init()
142 for (int i = 0; i < cpusPresent; i++) { in sampleCpuUtilization()