[llvm] [llvm-exegesis] Add option to specify the number of measurement repetitions (PR #74276)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 18:14:50 PST 2023


================
@@ -262,6 +262,12 @@ static cl::opt<BenchmarkRunner::ExecutionModeE> ExecutionMode(
                           "allows for the use of memory annotations")),
     cl::init(BenchmarkRunner::ExecutionModeE::InProcess));
 
+static cl::opt<unsigned>
+    BenchmarkRepeatCount("benchmark-repeat-count",
+                         cl::desc("The number of times to repeat the benchmark "
----------------
boomanaiden154 wrote:

Good point. Fixed in the latest revision.

https://github.com/llvm/llvm-project/pull/74276


More information about the llvm-commits mailing list