[PATCH] D56342: [llvm-profdata] add value-cutoff functionality to show command

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 11:31:44 PST 2019


xur added a comment.

In D56342#1348462 <https://reviews.llvm.org/D56342#1348462>, @davidxl wrote:

> why is list-below-cutoff option useful?


it can be used to list all the 0-count functions, like "-list-below-cutoff -value-cutoff=1 "

> Please also update the documentation for llvm-profdata with the new options.




CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56342/new/

https://reviews.llvm.org/D56342





More information about the llvm-commits mailing list