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.cpp108 &UserPackageStats::ProcSingleStatsView::ProcessValue::
112 &UserPackageStats::ProcSingleStatsView::ProcessValue::
119 std::vector<Matcher<const UserPackageStats::ProcSingleStatsView::ProcessValue&>>
125 return ExplainMatchResult(AllOf(Field("value", &UserPackageStats::ProcSingleStatsView::value,
128 &UserPackageStats::ProcSingleStatsView::topNProcesses,
230 } else if constexpr (std::is_same_v<T, UserPackageStats::ProcSingleStatsView>) { in __anon725ac8c50202()
235 ProcSingleStatsView>( in __anon725ac8c50202()
608 UserPackageStats::ProcSingleStatsView{3, in sampleUidStats()
611 UserPackageStats::ProcSingleStatsView{2, {{"MapsApp", 2}}}}, in sampleUidStats()
612 {1009, "mount", UserPackageStats::ProcSingleStatsView{1, {{"disk I/O", 1}}}}}, in sampleUidStats()
[all …]
/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h86 struct ProcSingleStatsView { struct
129 std::variant<std::monostate, IoStatsView, ProcSingleStatsView, in UserPackageStats() argument
147 std::variant<std::monostate, IoStatsView, ProcSingleStatsView, ProcCpuStatsView, UidMemoryStats>
153 std::vector<UserPackageStats::ProcSingleStatsView::ProcessValue>* topNProcesses);
DPerformanceProfiler.cpp346 statsView = UserPackageStats::ProcSingleStatsView{.value = value}; in UserPackageStats()
347 auto& procStatsView = std::get<UserPackageStats::ProcSingleStatsView>(statsView); in UserPackageStats()
367 if constexpr (std::is_same_v<T, UserPackageStats::ProcSingleStatsView>) { in getValue()
417 const auto& procStatsView = std::get<UserPackageStats::ProcSingleStatsView>(statsView); in toString()
454 std::vector<UserPackageStats::ProcSingleStatsView::ProcessValue>* topNProcesses) { in cacheTopNProcessSingleStats()
465 UserPackageStats::ProcSingleStatsView::ProcessValue{ in cacheTopNProcessSingleStats()
943 std::get_if<UserPackageStats::ProcSingleStatsView>(&userPackageStats.statsView); in dumpPackageTaskStateStatsProto()
976 std::get_if<UserPackageStats::ProcSingleStatsView>(&userPackageStats.statsView); in dumpPackageMajorPageFaultsProto()