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

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 01:51:43 PST 2023


================
@@ -262,7 +262,8 @@ class ExegesisTarget {
       Benchmark::ModeE Mode, const LLVMState &State,
       BenchmarkPhaseSelectorE BenchmarkPhaseSelector,
       BenchmarkRunner::ExecutionModeE ExecutionMode,
-      Benchmark::ResultAggregationModeE ResultAggMode = Benchmark::Min) const;
+      Benchmark::ResultAggregationModeE ResultAggMode = Benchmark::Min,
+      unsigned BenchmarkRepeatCount = 30) const;
----------------
legrosbuffle wrote:

Do we need the default value now that we have the flag in main ?

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


More information about the llvm-commits mailing list