Searched refs:AccountTop (Results 1 – 1 of 1) sorted by relevance
106 static cl::opt<int> AccountTop("top", cl::desc("only show the top N results"), variable110 cl::aliasopt(AccountTop));364 if (AccountTop > 0) { in exportStats()366 std::min(AccountTop.getValue(), static_cast<int>(Results.size())); in exportStats()