diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index 17de378..e99593e5 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -245,6 +245,10 @@ OPTIONS Print details for every function. +.. option:: --binary-ids + + Print embedded binary ids in a profile. + .. option:: --counts Print the counter values for the displayed functions. @@ -297,6 +301,10 @@ OPTIONS Only output names of functions whose max count value are below the cutoff value. +.. option:: --profile-version + + Print profile version. + .. option:: --showcs Only show context sensitive profile counts. The default is to filter all |