Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java185 double newPercentFreq = 100.0 * cpufreqCurSum / cpufreqMaxSum; in sampleCpuUtilization() local
188 percentFreq = (lastPercentFreq + newPercentFreq) * 0.5; in sampleCpuUtilization()
190 percentFreq = newPercentFreq; in sampleCpuUtilization()
192 lastPercentFreq = newPercentFreq; in sampleCpuUtilization()