Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoPerfCollection.h102 struct SystemSummaryStats { struct
113 SystemSummaryStats systemSummaryStats; argument
188 SystemSummaryStats* systemSummaryStats) const;
H A DIoPerfCollection.cpp294 std::string SystemSummaryStats::toString() const { in toString()
536 SystemSummaryStats* systemSummaryStats) const { in processProcStatLocked()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoPerfCollectionTest.cpp156 return ExplainMatchResult(AllOf(Field("cpuIoWaitTime", &SystemSummaryStats::cpuIoWaitTime,
158 Field("totalCpuTime", &SystemSummaryStats::totalCpuTime,
161 &SystemSummaryStats::ioBlockedProcessCount,
164 &SystemSummaryStats::totalProcessCount,
334 std::tuple<ProcStatInfo, SystemSummaryStats> sampleProcStat(int multiplier = 1) { in sampleProcStat()
348 SystemSummaryStats systemSummaryStats{/*cpuIoWaitTime=*/uint64Multiplier(5'900), in sampleProcStat()