Lines Matching refs:Setup
41 OffsetSampler(Setup.BufferSize, Probabilities.size() - 1, in Runner()
44 for (auto &P : Setup.Parameters) { in Runner()
47 Setup.checkValid(P); in Runner()
52 const size_t AvgBytesPerIteration = Setup.getBatchBytes() / Setup.BatchSize; in ~Runner()
63 for (const auto &P : Setup.Parameters) in runBatch()
64 benchmark::DoNotOptimize(Setup.Call(P, Configuration.Function)); in runBatch()
67 size_t getBatchSize() const { return Setup.BatchSize; } in getBatchSize()
70 SetupType Setup; member
82 Runner<SETUP, CONFIGURATION_TYPE> Setup(State, CONFIGURATION_ARRAY_REF); \
83 const size_t BatchSize = Setup.getBatchSize(); \
85 Setup.runBatch(); \