Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp63 const std::string cpuCoresFilePath = "/sys/devices/system/cpu/possible"; in GetNumOfCpuCores() local
64 std::string cpuCoresFileFirstLine = FileUtil::GetFirstLine(cpuCoresFilePath); in GetNumOfCpuCores()
66 … HIVIEW_LOGW("failed to get cpu cores content from file=%{public}s", cpuCoresFilePath.c_str()); in GetNumOfCpuCores()