Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h76 struct ProcSingleStatsView { struct
77 uint64_t value = 0;
78 struct ProcessValue {
103 std::variant<std::monostate, IoStatsView, ProcSingleStatsView, ProcCpuStatsView> in UserPackageStats() argument