[llvm] [Docs][llvm-exegesis] Add documentation on recently added options (PR #75408)
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 00:36:17 PST 2023
================
@@ -425,6 +431,12 @@ OPTIONS
features such as memory annotations but is currently restricted to X86-64
on Linux.
+.. option:: --benchmark-repeat-count=<repeat-count>
+
+ This option enables specifying the number of times to repeat the benchmark
+ when performing latency benchmarks. By default, llvm-exegesis will repeat
+ a latency measurement 30 times and then aggregate the results.
----------------
legrosbuffle wrote:
Let's avoid referring to a specific value because people should not really depend on the default value and it's likely to get out of sync if we change the value.
https://github.com/llvm/llvm-project/pull/75408
More information about the llvm-commits
mailing list