Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp32 std::string procstat; in CpuUsage() local
33 if (android::base::ReadFileToString("/proc/stat", &procstat)) { in CpuUsage()
34 std::istringstream stream(procstat); in CpuUsage()
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp685 std::map<std::string, std::vector<uint64_t>> procstat = in genPixelMmMetricsPerDay() local
687 if (procstat.size() == 0) in genPixelMmMetricsPerDay()
726 if (!fillProcStat(kProcStatInfo, procstat, &prev_procstat_, &values)) { in genPixelMmMetricsPerDay()