Searched refs:cpuUsageInStatPeriod (Results 1 – 1 of 1) sorted by relevance
138 uint64_t cpuUsageInStatPeriod = currCpuUsage - lastCpuUsage; in CalculateCpuUsage() local140 return ((cpuUsageInStatPeriod * 1.0) / totalCpuUsageOfSystemInStatPeriod); in CalculateCpuUsage()