Searched refs:TOTAL_CPU_TIME (Results 1 – 2 of 2) sorted by relevance
55 private static final String TOTAL_CPU_TIME = "total_cpu_time"; field in CpuUsageHelperTest225 assertTrue(cpuUsage.containsKey(TOTAL_CPU_TIME)); in testCpuEnableCpuUtilization()228 assertTrue(cpuUsage.get(TOTAL_CPU_TIME) >= cpuUsage.get(TOTAL_CPU_USAGE)); in testCpuEnableCpuUtilization()
52 private static final String TOTAL_CPU_TIME = "total_cpu_time"; field in CpuUsageHelper196 cpuUsageFinalMap.put(TOTAL_CPU_TIME, totalCpuTime); in getMetrics()