[llvm] [LLVM][MC] Add tracing support to llvm-mc to measure decode times (PR #151149)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 29 09:33:18 PDT 2025
================
@@ -240,6 +242,24 @@ static cl::opt<ActionType> Action(
"Colored disassembly of strings of hex bytes")),
cl::cat(MCCategory));
+static cl::opt<unsigned>
+ BenchmarkNumRuns("benchmark-num-runs",
----------------
mshockwave wrote:
nit: `num-benchmark-runs`? Number of benchmark runs
https://github.com/llvm/llvm-project/pull/151149
More information about the llvm-commits
mailing list