Searched refs:ProcStats (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | IoPerfCollectionTest.cpp | 71 &UserPackageStats::ProcStats::ProcessCount::count, 81 return ExplainMatchResult(AllOf(Field("count", &UserPackageStats::ProcStats::count, 84 &UserPackageStats::ProcStats::topNProcesses, 103 } else if constexpr (std::is_same_v<T, UserPackageStats::ProcStats>) { in __anoncab421ad0202() 311 UserPackageStats::ProcStats{2, {{"MapsApp", 2}}}}, in sampleUidStats() 315 UserPackageStats::ProcStats{uint64Multiplier(50'900), in sampleUidStats() 318 UserPackageStats::ProcStats{uint64Multiplier(22'445), in sampleUidStats() 322 UserPackageStats::ProcStats{uint64Multiplier(11'000), in sampleUidStats() 574 UserPackageStats::ProcStats{3, in TEST_F() 579 UserPackageStats::ProcStats{22'445, in TEST_F() [all …]
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoPerfCollection.cpp | 145 std::vector<UserPackageStats::ProcStats::ProcessCount>* topNProcesses) { in cacheTopNProcessStats() 154 UserPackageStats::ProcStats::ProcessCount{ in cacheTopNProcessStats() 172 .stats = UserPackageStats::ProcStats{.count = count}, in toUserPackageStats() 174 auto& procStats = std::get<UserPackageStats::ProcStats>(userPackageStats.stats); in toUserPackageStats() 197 if (const auto* procStats = std::get_if<UserPackageStats::ProcStats>(&it->stats); in cacheTopNProcStats() 243 const auto& procStats = std::get<UserPackageStats::ProcStats>(stats); in toString()
|
H A D | IoPerfCollection.h | 69 struct ProcStats { struct 79 std::variant<std::monostate, IoStats, ProcStats> stats;
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 625 ProcStats proc_stats = 10029 [(module) = "framework"]; 7434 message ProcStats { message
|