Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp81 const std::string procLoadAvgPath = "/proc/loadavg"; in GetSysCpuLoad() local
82 std::string loadContent = FileUtil::GetFirstLine(procLoadAvgPath); in GetSysCpuLoad()
84 HIVIEW_LOGW("failed to read %{public}s", procLoadAvgPath.c_str()); in GetSysCpuLoad()