Searched defs:BenchmarkOptions (Results 1 – 4 of 4) sorted by relevance
56 struct BenchmarkOptions { struct58 Duration MinDuration = std::chrono::seconds(0);60 Duration MaxDuration = std::chrono::seconds(10);62 uint32_t InitialIterations = 1;64 uint32_t MaxIterations = 10000000;66 uint32_t MinSamples = 4;68 uint32_t MaxSamples = 1000;71 double Epsilon = 0.01;74 double ScalingFactor = 1.4;75 BenchmarkLog Log = BenchmarkLog::None;
84 BenchmarkOptions BenchmarkOptions; member
48 static cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options"); variable
42 BenchmarkOptions("llvm-exegesis benchmark x86-options"); variable