Home
last modified time | relevance | path

Searched refs:totalCpuUsageOfSystemInStatPeriod (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/
H A Dcpu_calculator.cpp139 uint64_t totalCpuUsageOfSystemInStatPeriod = statPeriod * numOfCpuCores_; in CalculateCpuUsage() local
140 return ((cpuUsageInStatPeriod * 1.0) / totalCpuUsageOfSystemInStatPeriod); in CalculateCpuUsage()