Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java66 private int[] percentVec = new int[SAMPLE_SAVE_NUMBER]; field in CpuMonitor
210 sum3 += percent - percentVec[2]; in sampleCpuUtilization()
212 sum10 += percent - percentVec[SAMPLE_SAVE_NUMBER - 1]; in sampleCpuUtilization()
216 percentVec[i] = percentVec[i - 1]; in sampleCpuUtilization()
218 percentVec[0] = percent; in sampleCpuUtilization()