Searched refs:procstat (Results 1 – 2 of 2) sorted by relevance
32 std::string procstat; in CpuUsage() local33 if (android::base::ReadFileToString("/proc/stat", &procstat)) { in CpuUsage()34 std::istringstream stream(procstat); in CpuUsage()
685 std::map<std::string, std::vector<uint64_t>> procstat = in genPixelMmMetricsPerDay() local687 if (procstat.size() == 0) in genPixelMmMetricsPerDay()726 if (!fillProcStat(kProcStatInfo, procstat, &prev_procstat_, &values)) { in genPixelMmMetricsPerDay()