[llvm] r343215 - The llvm-exegesis output file is a html file not a txt file.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 27 06:49:53 PDT 2018
Author: rksimon
Date: Thu Sep 27 06:49:52 2018
New Revision: 343215
URL: http://llvm.org/viewvc/llvm-project?rev=343215&view=rev
Log:
The llvm-exegesis output file is a html file not a txt file.
Modified:
llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-exegesis.rst?rev=343215&r1=343214&r2=343215&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-exegesis.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-exegesis.rst Thu Sep 27 06:49:52 2018
@@ -127,7 +127,7 @@ following command:
$ llvm-exegesis -mode=analysis \
-benchmarks-file=/tmp/benchmarks.yaml \
-analysis-clusters-output-file=/tmp/clusters.csv \
- -analysis-inconsistencies-output-file=/tmp/inconsistencies.txt
+ -analysis-inconsistencies-output-file=/tmp/inconsistencies.html
This will group the instructions into clusters with the same performance
characteristics. The clusters will be written out to `/tmp/clusters.csv` in the
More information about the llvm-commits
mailing list