Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DCpuUsageHelperTest.java57 private static final String CPU_UTILIZATION = "cpu_utilization_average_per_core_percent"; field in CpuUsageHelperTest
226 assertTrue(cpuUsage.containsKey(CPU_UTILIZATION)); in testCpuEnableCpuUtilization()
231 assertTrue(100 >= cpuUsage.get(CPU_UTILIZATION)); in testCpuEnableCpuUtilization()
232 assertTrue(cpuUsage.get(CPU_UTILIZATION) >= 0); in testCpuEnableCpuUtilization()
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/
DCpuUsageHelper.java53 private static final String CPU_UTILIZATION = "cpu_utilization_average_per_core_percent"; field in CpuUsageHelper
200 cpuUsageFinalMap.put(CPU_UTILIZATION, (long) utilization); in getMetrics()