Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/include/
H A Dcpu_util.h56 static UCollect::UcError GetSysCpuLoad(SysCpuLoad& sysCpuLoad);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dcpu_collector_impl.cpp60 result.retCode = CpuUtil::GetSysCpuLoad(result.data); in CollectSysCpuLoad()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp79 UCollect::UcError CpuUtil::GetSysCpuLoad(SysCpuLoad& sysCpuLoad) in GetSysCpuLoad() function in OHOS::HiviewDFX::UCollectUtil::CpuUtil