diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-mca.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-mca.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst index 35642b57af4..3d69e6d40a2 100644 --- a/llvm/docs/CommandGuide/llvm-mca.rst +++ b/llvm/docs/CommandGuide/llvm-mca.rst @@ -139,8 +139,7 @@ option specifies "``-``", then the output will also be sent to standard output. .. option:: -verbose Enable verbose output. In particular, this flag enables a number of extra - statistics and performance counters for the dispatch logic, the reorder - buffer, the retire control unit and the register file. + statistics and performance counters for the retire control unit. .. option:: -timeline @@ -170,6 +169,11 @@ option specifies "``-``", then the output will also be sent to standard output. dispatch events, as well as static/dynamic dispatch stall events. This view is disabled by default. +.. option:: -scheduler-stats + + Enable extra scheduler statistics. This view collects and analyzes instruction + issue events. This view is disabled by default. + .. option:: -instruction-info Enable the instruction info view. This is enabled by default. |