Searched refs:totalCpuTime (Results 1 – 1 of 1) sorted by relevance
195 long totalCpuTime = (mEndTime - mStartTime) * getCores(); in getMetrics() local196 cpuUsageFinalMap.put(TOTAL_CPU_TIME, totalCpuTime); in getMetrics()199 ((double) cpuUsageFinalMap.get(TOTAL_CPU_USAGE) / totalCpuTime) * 100; in getMetrics()