1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

The llvm-exegesis output file is a html file not a txt file.

llvm-svn: 343215
This commit is contained in:
Simon Pilgrim 2018-09-27 13:49:52 +00:00
parent e0b46dae60
commit 13b9387d93

View File

@ -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