[llvm] [Docs][llvm-exegesis] Add documentation on recently added options (PR #75408)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 01:24:04 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.
----------------
boomanaiden154 wrote:
Changed this out for less-specific language that should better encompass what we're going for here.
https://github.com/llvm/llvm-project/pull/75408
More information about the llvm-commits
mailing list