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.java404 double currentSystemCpuUsage = diffSystemTime / (double) allTime; in sampleCpuUtilization() local
405 systemCpuUsage.addValue(currentSystemCpuUsage); in sampleCpuUtilization()
408 (currentUserCpuUsage + currentSystemCpuUsage) * currentFrequencyScale; in sampleCpuUtilization()