Searched refs:TOTAL_CPU_USAGE (Results 1 – 2 of 2) sorted by relevance
51 private static final String TOTAL_CPU_USAGE = "total_cpu_usage"; field in CpuUsageHelperTest136 if (cpuUsageEntry.getKey().equals(TOTAL_CPU_USAGE)) { in testCpuUsageMetricsKey()167 assertTrue(cpuUsage.containsKey(TOTAL_CPU_USAGE)); in testCpuDisabledPerPkgPerFreq()224 assertTrue(cpuUsage.containsKey(TOTAL_CPU_USAGE)); in testCpuEnableCpuUtilization()228 assertTrue(cpuUsage.get(TOTAL_CPU_TIME) >= cpuUsage.get(TOTAL_CPU_USAGE)); in testCpuEnableCpuUtilization()229 assertTrue(cpuUsage.get(TOTAL_CPU_USAGE) > 0); in testCpuEnableCpuUtilization()
46 private static final String TOTAL_CPU_USAGE = "total_cpu_usage"; field in CpuUsageHelper187 cpuUsageFinalMap.put(TOTAL_CPU_USAGE, totalCpuUsage); in getMetrics()199 ((double) cpuUsageFinalMap.get(TOTAL_CPU_USAGE) / totalCpuTime) * 100; in getMetrics()