diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-exegesis.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-exegesis.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst index b5263973d16..13ca16a8d7f 100644 --- a/llvm/docs/CommandGuide/llvm-exegesis.rst +++ b/llvm/docs/CommandGuide/llvm-exegesis.rst @@ -219,11 +219,16 @@ OPTIONS Specify the numPoints parameters to be used for DBSCAN clustering (`analysis` mode). -.. option:: -analysis-epsilon=<dbscan epsilon parameter> +.. option:: -analysis-clustering-epsilon=<dbscan epsilon parameter> - Specify the numPoints parameters to be used for DBSCAN clustering + Specify the epsilon parameter used for clustering of benchmark points (`analysis` mode). +.. option:: -analysis-inconsistency-epsilon=<epsilon> + + Specify the epsilon parameter used for detection of when the cluster + is different from the LLVM schedule profile values (`analysis` mode). + .. option:: -analysis-display-unstable-clusters If there is more than one benchmark for an opcode, said benchmarks may end up |