Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-account.cpp101 static cl::opt<int> AccountTop("top", cl::desc("only show the top N results"), variable
105 cl::aliasopt(AccountTop));
317 if (AccountTop > 0) { in exportStats()
319 std::min(AccountTop.getValue(), static_cast<int>(Results.size())); in exportStats()