diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index f66fb499697..78bd4c19ea8 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -226,6 +226,10 @@ OPTIONS Only output names of functions whose max count value are below the cutoff value. +.. option:: -showcs + Only show context sensitive profile counts. The default is to filter all + context sensitive profile counts. + EXIT STATUS ----------- |