[llvm] [llvm-exegesis] Add support for pinning benchmarking process to a CPU (PR #85168)
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 18 00:49:07 PDT 2024
================
@@ -175,6 +179,7 @@ class InProcessFunctionExecutorImpl : public BenchmarkRunner::FunctionExecutor {
const LLVMState &State;
const ExecutableFunction Function;
BenchmarkRunner::ScratchSpace *const Scratch;
+ const std::optional<int> BenchmarkProcessCPU;
----------------
legrosbuffle wrote:
Why do we have this member ? It's never read and the feature is not supported in this mode.
https://github.com/llvm/llvm-project/pull/85168
More information about the llvm-commits
mailing list