Home
last modified time | relevance | path

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

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