Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp75 &UserPackageStats::ProcSingleStatsView::ProcessValue::
79 &UserPackageStats::ProcSingleStatsView::ProcessValue::
86 std::vector<Matcher<const UserPackageStats::ProcSingleStatsView::ProcessValue&>>
92 return ExplainMatchResult(AllOf(Field("value", &UserPackageStats::ProcSingleStatsView::value,
95 &UserPackageStats::ProcSingleStatsView::topNProcesses,
150 } else if constexpr (std::is_same_v<T, UserPackageStats::ProcSingleStatsView>) { in __anon2065062a0202()
155 ProcSingleStatsView>( in __anon2065062a0202()
450 UserPackageStats::ProcSingleStatsView{3, in sampleUidStats()
453 UserPackageStats::ProcSingleStatsView{2, {{"MapsApp", 2}}}}, in sampleUidStats()
454 {1009, "mount", UserPackageStats::ProcSingleStatsView{1, {{"disk I/O", 1}}}}}, in sampleUidStats()
[all …]
/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h76 struct ProcSingleStatsView { struct
103 std::variant<std::monostate, IoStatsView, ProcSingleStatsView, ProcCpuStatsView> in UserPackageStats() argument
119 std::variant<std::monostate, IoStatsView, ProcSingleStatsView, ProcCpuStatsView> statsView;
124 std::vector<UserPackageStats::ProcSingleStatsView::ProcessValue>* topNProcesses);
DPerformanceProfiler.cpp173 statsView = UserPackageStats::ProcSingleStatsView{.value = value}; in UserPackageStats()
174 auto& procStatsView = std::get<UserPackageStats::ProcSingleStatsView>(statsView); in UserPackageStats()
187 if constexpr (std::is_same_v<T, UserPackageStats::ProcSingleStatsView>) { in getValue()
231 const auto& procStatsView = std::get<UserPackageStats::ProcSingleStatsView>(statsView); in toString()
244 std::vector<UserPackageStats::ProcSingleStatsView::ProcessValue>* topNProcesses) { in cacheTopNProcessSingleStats()
255 UserPackageStats::ProcSingleStatsView::ProcessValue{ in cacheTopNProcessSingleStats()