Home
last modified time | relevance | path

Searched defs:IoStatsView (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h75 struct IoStatsView { struct
76 int64_t bytes[UID_STATES] = {0};
77 int64_t fsync[UID_STATES] = {0};
79 int64_t totalBytes() const { in totalBytes()
129 std::variant<std::monostate, IoStatsView, ProcSingleStatsView, in UserPackageStats() argument