OSDN Git Service

[llvm-mca] Move the logic that prints scheduler statistics from BackendStatistics...
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Wed, 11 Apr 2018 11:37:46 +0000 (11:37 +0000)
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>
Wed, 11 Apr 2018 11:37:46 +0000 (11:37 +0000)
commit2d438c016c39276eeee34127380f0fed5a590396
treebeec7d4e473a64350ca633745ae6301847f2b325
parent3227db0643e7d0741da0f459ba2c7082360339c4
[llvm-mca] Move the logic that prints scheduler statistics from BackendStatistics to its own view.

Added flag -scheduler-stats to print scheduler related statistics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329792 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-mca.rst
test/tools/llvm-mca/AArch64/Exynos/scheduler-queue-usage.s
test/tools/llvm-mca/X86/BtVer2/scheduler-queue-usage.s
tools/llvm-mca/BackendStatistics.cpp
tools/llvm-mca/BackendStatistics.h
tools/llvm-mca/CMakeLists.txt
tools/llvm-mca/SchedulerStatistics.cpp [new file with mode: 0644]
tools/llvm-mca/SchedulerStatistics.h [new file with mode: 0644]
tools/llvm-mca/llvm-mca.cpp