Searched refs:BenchmarkOptions (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | JSONTest.cpp | 76 auto equals(const BenchmarkOptions &BO) -> auto { in equals() 78 Field(&BenchmarkOptions::MinDuration, BO.MinDuration), in equals() 79 Field(&BenchmarkOptions::MaxDuration, BO.MaxDuration), in equals() 82 Field(&BenchmarkOptions::MinSamples, BO.MinSamples), in equals() 83 Field(&BenchmarkOptions::MaxSamples, BO.MaxSamples), in equals() 84 Field(&BenchmarkOptions::Epsilon, BO.Epsilon), in equals() 86 Field(&BenchmarkOptions::Log, BO.Log)); in equals() 93 Field(&Runtime::BenchmarkOptions, equals(RI.BenchmarkOptions))); in equals() 133 "BenchmarkOptions": { in TEST() 166 "BenchmarkOptions":{ in TEST() [all …]
|
| H A D | LibcMemoryBenchmarkMain.cpp | 113 BenchmarkOptions &BO = RI.BenchmarkOptions; in createStudy() 130 void runTrials(const BenchmarkOptions &Options, in runTrials() 183 BenchmarkOptions &BO = Study.Runtime.BenchmarkOptions; in run() 220 BenchmarkOptions &BO = Study.Runtime.BenchmarkOptions; in run()
|
| H A D | JSON.cpp | 174 libc_benchmarks::BenchmarkOptions &Out) { in fromJson() 223 O.map("BenchmarkOptions", Out.BenchmarkOptions); in fromJson() 262 static void serialize(const BenchmarkOptions &BO, json::OStream &JOS) { in serialize() 306 [&]() { serialize(RI.BenchmarkOptions, JOS); }); in serialize()
|
| H A D | LibcMemoryBenchmark.h | 84 BenchmarkOptions BenchmarkOptions; member
|
| H A D | LibcBenchmark.h | 56 struct BenchmarkOptions { struct 195 BenchmarkResult benchmark(const BenchmarkOptions &Options,
|
| H A D | LibcBenchmarkTest.cpp | 76 BenchmarkOptions Options;
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/ |
| H A D | llvm-exegesis.cpp | 48 static cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options"); variable 54 cl::cat(BenchmarkOptions), cl::init(0)); 59 cl::cat(BenchmarkOptions), cl::init("")); 63 cl::cat(BenchmarkOptions), 104 cl::cat(BenchmarkOptions), 117 cl::cat(BenchmarkOptions), cl::init(10000)); 124 cl::cat(BenchmarkOptions), cl::init(0)); 130 cl::cat(BenchmarkOptions), cl::init(1)); 135 cl::cat(BenchmarkOptions), cl::init(false)); 189 cl::cat(BenchmarkOptions), cl::init(true));
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/ |
| H A D | Target.cpp | 42 BenchmarkOptions("llvm-exegesis benchmark x86-options"); variable 55 cl::cat(BenchmarkOptions), cl::init(0));
|