Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp102 const std::string procStatPath = "/proc/stat"; in GetCpuTimeInfos() local
104 if (!FileUtil::LoadLinesFromFile(procStatPath, lines) || lines.empty()) { in GetCpuTimeInfos()
105 HIVIEW_LOGW("failed to read %{public}s", procStatPath.c_str()); in GetCpuTimeInfos()