Searched refs:procStat (Results 1 – 1 of 1) sorted by relevance
35 constexpr auto procStat = "/proc/stat"; in readCPU() local36 std::ifstream fileStat(procStat); in readCPU()39 error("Unable to open {PATH} for reading CPU stats", "PATH", procStat); in readCPU()