Searched defs:BenchmarkOptions (Results 1 – 4 of 4) sorted by relevance
22 struct BenchmarkOptions { argument 17 struct BenchmarkOptions { global() struct 18 initial_iterationsBenchmarkOptions global() argument 19 max_iterationsBenchmarkOptions global() argument 20 min_samplesBenchmarkOptions global() argument 21 max_samplesBenchmarkOptions global() argument 23 max_durationBenchmarkOptions global() argument 24 epsilonBenchmarkOptions global() argument 25 scaling_factorBenchmarkOptions global() argument
56 struct BenchmarkOptions { struct 58 MinDurationBenchmarkOptions global() argument 60 MaxDurationBenchmarkOptions global() argument 62 InitialIterationsBenchmarkOptions global() argument 64 MaxIterationsBenchmarkOptions global() argument 66 MinSamplesBenchmarkOptions global() argument 68 MaxSamplesBenchmarkOptions global() argument 71 EpsilonBenchmarkOptions global() argument 74 ScalingFactorBenchmarkOptions global() argument 75 LogBenchmarkOptions global() argument
86 BenchmarkOptions BenchmarkOptions; member
23 cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options"); variable