Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcpu_collector_impl.cpp78 const auto &totalCpuUsageInfo = sysCpuUsage.data.cpuInfos.at(0); in GetSysCpuUsage() local
79 …retValue += (totalCpuUsageInfo.userUsage + totalCpuUsageInfo.niceUsage + totalCpuUsageInfo.systemU… in GetSysCpuUsage()