Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DCpuUsageHelperTest.java55 private static final String TOTAL_CPU_TIME = "total_cpu_time"; field in CpuUsageHelperTest
225 assertTrue(cpuUsage.containsKey(TOTAL_CPU_TIME)); in testCpuEnableCpuUtilization()
228 assertTrue(cpuUsage.get(TOTAL_CPU_TIME) >= cpuUsage.get(TOTAL_CPU_USAGE)); in testCpuEnableCpuUtilization()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DCpuUsageHelper.java52 private static final String TOTAL_CPU_TIME = "total_cpu_time"; field in CpuUsageHelper
196 cpuUsageFinalMap.put(TOTAL_CPU_TIME, totalCpuTime); in getMetrics()