Searched refs:lastCpuUsage (Results 1 – 2 of 2) sorted by relevance
127 double CpuCalculator::CalculateCpuUsage(uint64_t currCpuUsage, uint64_t lastCpuUsage, uint64_t stat… in CalculateCpuUsage() argument129 if (lastCpuUsage > currCpuUsage || statPeriod == 0) { in CalculateCpuUsage()131 ", statPeriod=%{public}" PRIu64, currCpuUsage, lastCpuUsage, statPeriod); in CalculateCpuUsage()138 uint64_t cpuUsageInStatPeriod = currCpuUsage - lastCpuUsage; in CalculateCpuUsage()
33 double CalculateCpuUsage(uint64_t currCpuUsage, uint64_t lastCpuUsage, uint64_t statPeriod);