Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp281 Field("topNIoWrites", &UserPackageSummaryStats::topNIoWrites,
282 userPackageStatsMatchers(expected.topNIoWrites)),
596 .topNIoWrites = in sampleUidStats()
1044 for (const auto& expectedPackageStorageWriteIoStat : userPackageSummaryStats.topNIoWrites) {
1491 .topNIoWrites = {{1009, "mount", UserPackageStats::IoStatsView{{0, 3'000}, {0, 50}}}}, in TEST_F()
1695 .topNIoWrites = {{1009, "mount", UserPackageStats::IoStatsView{{0, 16'000}, {0, 100}}}, in TEST_F()
1793 .topNIoWrites = {{1009, "mount", UserPackageStats::IoStatsView{{0, 16'000}, {0, 100}}}}, in TEST_F()
/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp559 if (!topNIoWrites.empty()) { in toString()
562 for (const auto& stats : topNIoWrites) { in toString()
856 dumpPackageStorageIoStatsProto(record.userPackageSummaryStats.topNIoWrites, in dumpStatsRecordsProto()
1185 userPackageSummaryStats->topNIoWrites.resize(mTopNStatsPerCategory); in processUidStatsLocked()
1219 cacheTopNStats(ioWritesPackageStats, &userPackageSummaryStats->topNIoWrites); in processUidStatsLocked()
1231 userPackageSummaryStats->topNIoWrites.push_back(ioWritesPackageStats); in processUidStatsLocked()
1289 removeEmptyStats(userPackageSummaryStats->topNIoWrites); in processUidStatsLocked()
DPerformanceProfiler.h169 std::vector<UserPackageStats> topNIoWrites = {}; member