diff options
author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-05-17 12:27:03 +0000 |
---|---|---|
committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-05-17 12:27:03 +0000 |
commit | 650b5fc6cb55a6e6d39f5d8e7750b34cf0a426b0 (patch) | |
tree | 9dd282709d9e8e8ec14933bde448e7a6e012e022 /llvm/docs/CommandGuide | |
parent | 448550d947e74912b8a3b49db517ab793e96d027 (diff) | |
download | bcm5719-llvm-650b5fc6cb55a6e6d39f5d8e7750b34cf0a426b0.tar.gz bcm5719-llvm-650b5fc6cb55a6e6d39f5d8e7750b34cf0a426b0.zip |
[llvm-mca] add flag -all-views and flag -all-stats.
Flag -all-views enables all the views.
Flag -all-stats enables all the views that print hardware statistics.
llvm-svn: 332602
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-mca.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst index 63f2e65cd04..d6324c821c8 100644 --- a/llvm/docs/CommandGuide/llvm-mca.rst +++ b/llvm/docs/CommandGuide/llvm-mca.rst @@ -176,6 +176,16 @@ option specifies "``-``", then the output will also be sent to standard output. Enable the instruction info view. This is enabled by default. +.. option:: -all-stats + + Print all hardware statistics. This enables extra statistics related to the + dispatch logic, the hardware schedulers, the register file(s), and the retire + control unit. This option is disabled by default. + +.. option:: -all-views + + Enable all the view. + .. option:: -instruction-tables Prints resource pressure information based on the static information |