Home
last modified time | relevance | path

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

/art/imgdiag/
Dpage_info.cc277 const size_t top_lines = std::min(size_t{20}, stats.size()); in CountZeroPages() local
279 std::begin(stats), std::begin(stats) + top_lines, std::end(stats), sort_by_unique_zero_pages); in CountZeroPages()
280 os << "Top " << top_lines << " maps by unique zero pages (unique PFN count)\n"; in CountZeroPages()
281 print_stats(top_lines); in CountZeroPages()
285 std::begin(stats) + top_lines, in CountZeroPages()
288 os << "Top " << top_lines << " maps by private zero pages (kpagecount == 1)\n"; in CountZeroPages()
289 print_stats(top_lines); in CountZeroPages()
293 std::begin(stats), std::begin(stats) + top_lines, std::end(stats), sort_by_shared_zero_pages); in CountZeroPages()
294 os << "Top " << top_lines << " maps by shared zero pages (kpagecount > 1)\n"; in CountZeroPages()
295 print_stats(top_lines); in CountZeroPages()