Lines Matching refs:BO
113 BenchmarkOptions &BO = RI.BenchmarkOptions; in createStudy() local
114 BO.MinDuration = std::chrono::milliseconds(1); in createStudy()
115 BO.MaxDuration = std::chrono::seconds(1); in createStudy()
116 BO.MaxIterations = 10'000'000U; in createStudy()
117 BO.MinSamples = 4; in createStudy()
118 BO.MaxSamples = 1000; in createStudy()
119 BO.Epsilon = 0.01; // 1% in createStudy()
120 BO.ScalingFactor = 1.4; in createStudy()
183 BenchmarkOptions &BO = Study.Runtime.BenchmarkOptions; in run() local
184 BO.MinDuration = std::chrono::milliseconds(1); in run()
185 BO.InitialIterations = 100; in run()
190 runTrials(BO, Measurements); in run()
220 BenchmarkOptions &BO = Study.Runtime.BenchmarkOptions; in run() local
221 BO.MinDuration = std::chrono::milliseconds(10); in run()
222 BO.InitialIterations = BatchSize * 10; in run()
225 runTrials(BO, Measurements); in run()