[PATCH] D53371: [llvm-exegesis] Allow measuring several instructions in a single run.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 17 07:08:14 PDT 2018
courbet marked 2 inline comments as done.
courbet added inline comments.
================
Comment at: tools/llvm-exegesis/lib/BenchmarkRunner.cpp:63
+ int64_t CounterValue = 0;
+ llvm::SmallVector<llvm::StringRef, 2> CounterNames;
+ llvm::StringRef(Counters).split(CounterNames, ',');
----------------
gchatelet wrote:
> Probably more than 2 counter names.
The current max is 2, for SNB.
Repository:
rL LLVM
https://reviews.llvm.org/D53371
More information about the llvm-commits
mailing list