Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoPerfCollection.cpp296 StringAppendF(&buffer, "CPU I/O wait time/percent: %" PRIu64 " / %.2f%%\n", cpuIoWaitTime, in toString()
297 percentage(cpuIoWaitTime, totalCpuTime)); in toString()
538 systemSummaryStats->cpuIoWaitTime = procStatInfo.cpuStats.ioWaitTime; in processProcStatLocked()
H A DIoPerfCollection.h103 uint64_t cpuIoWaitTime = 0; member
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoPerfCollectionTest.cpp156 return ExplainMatchResult(AllOf(Field("cpuIoWaitTime", &SystemSummaryStats::cpuIoWaitTime,
157 Eq(expected.cpuIoWaitTime)),