Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp60 uint32_t CpuUtil::GetNumOfCpuCores() in GetNumOfCpuCores() function in OHOS::HiviewDFX::UCollectUtil::CpuUtil
121 uint32_t numOfCpuCores = GetNumOfCpuCores(); in GetCpuFrequency()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/include/
H A Dcpu_util.h55 static uint32_t GetNumOfCpuCores();
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/calculator/
H A Dcpu_calculator.cpp49 numOfCpuCores_ = CpuUtil::GetNumOfCpuCores(); in InitNumOfCpuCores()