Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DCpuUsageHelper.java148 Long totalCpuUsage = 0L; in getMetrics() local
178 totalCpuUsage += cpuUsage; in getMetrics()
187 cpuUsageFinalMap.put(TOTAL_CPU_USAGE, totalCpuUsage); in getMetrics()