Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java406 double currentSystemCpuUsage = diffSystemTime / (double) allTime; in sampleCpuUtilization() local
407 systemCpuUsage.addValue(currentSystemCpuUsage); in sampleCpuUtilization()
410 (currentUserCpuUsage + currentSystemCpuUsage) * currentFrequencyScale; in sampleCpuUtilization()