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.h65 struct IoStatsView { struct
66 int64_t bytes[UID_STATES] = {0};
67 int64_t fsync[UID_STATES] = {0};
69 int64_t totalBytes() const { in totalBytes()
103 std::variant<std::monostate, IoStatsView, ProcSingleStatsView, ProcCpuStatsView> in UserPackageStats() argument