Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/
H A Dcpu_calculator.cpp122 uint64_t maxCpuLoadOfSystemInStatPeriod = statPeriod * maxCpuLoadUnit_; in CalculateCpuLoad() local
124 return ((cpuLoadInStatPeriod * 1.0) / maxCpuLoadOfSystemInStatPeriod); in CalculateCpuLoad()