summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/View.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-mca] run clang-format on all files.Andrea Di Biagio2018-03-241-1/+0
| | | | | | This also addresses Simon's review comment in D44839. llvm-svn: 328428
* [llvm-mca] Unify the API for the various views. NFCIAndrea Di Biagio2018-03-081-0/+21
This allows the customization of the performance report. Users can specify their own custom sequence of views. Each view contributes a portion of the performance report generated by the BackendPrinter. Internally, class BackendPrinter keeps a sequence of views; views are printed out in sequence when method 'printReport()' is called. This patch addresses one of the two review comments from Clement in D43951. llvm-svn: 327018
OpenPOWER on IntegriCloud