diff options
author | Rong Xu <xur@google.com> | 2019-01-08 22:37:12 +0000 |
---|---|---|
committer | Rong Xu <xur@google.com> | 2019-01-08 22:37:12 +0000 |
commit | 7162e16e6b7c2f0e69bba0c0aacbd7ce7f4c8e0e (patch) | |
tree | cf3ee1aea231e892e022b7aa2f47ccee8510efe9 /llvm/docs/CommandGuide | |
parent | 321d52203820ad853742476903446924c9324841 (diff) | |
download | bcm5719-llvm-7162e16e6b7c2f0e69bba0c0aacbd7ce7f4c8e0e.tar.gz bcm5719-llvm-7162e16e6b7c2f0e69bba0c0aacbd7ce7f4c8e0e.zip |
[PGO] Revert r350579 to fix commit message.
Will re-commit it using the correct commit message.
llvm-svn: 350670
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index f66fb499697..96c91e309d7 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -203,7 +203,7 @@ OPTIONS annotations. .. option:: -topn=n - + Instruct the profile dumper to show the top ``n`` functions with the hottest basic blocks in the summary section. By default, the topn functions are not dumped. @@ -216,16 +216,6 @@ OPTIONS Show the profiled sizes of the memory intrinsic calls for shown functions. -.. option:: -value-cutoff=n - - Show only those functions whose max count values are greater or equal to ``n``. - By default, the value-cutoff is set to 0. - -.. option:: -list-below-cutoff - - Only output names of functions whose max count value are below the cutoff - value. - EXIT STATUS ----------- |