Context: Split off from https://reviews.llvm.org/D77422
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
fix accidentally mixed-up branches
P.S: actually still not fixed. i've sorted out the branches locally and re-run arc diff but that didn't seem to fix it. Any idea which else to try?
Comment Actions
Can you also include making the Counter virtual, and the use of this new function in FunctionExecutorImpl::runAndMeasure ? This would remove more unrelated changes from the other patch.
Comment Actions
LGTM modulo one comment.
llvm/tools/llvm-exegesis/lib/PerfHelper.h | ||
---|---|---|
85 | I don't think this needs to be virtual, does it ? readOrError is the real thing. |
I don't think this needs to be virtual, does it ? readOrError is the real thing.