Skip to content

Commit

Permalink
The llvm-exegesis output file is a html file not a txt file.
Browse files Browse the repository at this point in the history
llvm-svn: 343215
  • Loading branch information
RKSimon committed Sep 27, 2018
1 parent 224428c commit c4976f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/CommandGuide/llvm-exegesis.rst
Expand Up @@ -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
Expand Down

0 comments on commit c4976f6

Please sign in to comment.