Home
last modified time | relevance | path

Searched defs:BenchmarkOptions (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/benchmarks/gpu/
H A DLibcGpuBenchmark.h22 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
/llvm-project/libc/benchmarks/
H A DLibcBenchmark.h56 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
H A DLibcMemoryBenchmark.h86 BenchmarkOptions BenchmarkOptions; member
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DTarget.cpp23 cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options"); variable