Home
last modified time | relevance | path

Searched refs:BenchmarkOptions (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/
H A DJSONTest.cpp76 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 DLibcMemoryBenchmarkMain.cpp113 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 DJSON.cpp174 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 DLibcMemoryBenchmark.h84 BenchmarkOptions BenchmarkOptions; member
H A DLibcBenchmark.h56 struct BenchmarkOptions { struct
195 BenchmarkResult benchmark(const BenchmarkOptions &Options,
H A DLibcBenchmarkTest.cpp76 BenchmarkOptions Options;
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp48 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 DTarget.cpp42 BenchmarkOptions("llvm-exegesis benchmark x86-options"); variable
55 cl::cat(BenchmarkOptions), cl::init(0));