Searched defs:BenchmarkOptions (Results 1 – 5 of 5) sorted by relevance
59 struct BenchmarkOptions { struct61 Duration MinDuration = std::chrono::seconds(0);63 Duration MaxDuration = std::chrono::seconds(10);65 uint32_t InitialIterations = 1;67 uint32_t MaxIterations = 10000000;69 uint32_t MinSamples = 4;71 uint32_t MaxSamples = 1000;74 double Epsilon = 0.01;77 double ScalingFactor = 1.4;78 BenchmarkLog Log = BenchmarkLog::None;
37 private class BenchmarkOptions class in Grpc.Microbenchmarks.Program
147 struct BenchmarkOptions { struct148 int benchmark_type = b_type;149 typedef S Store;150 typename S::Filler filler;
47 static cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options"); variable
38 BenchmarkOptions("llvm-exegesis benchmark x86-options"); variable