Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/benchmarks/
H A DLibcBenchmark.h56 struct BenchmarkOptions { struct
58 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;
H A DLibcMemoryBenchmark.h84 BenchmarkOptions BenchmarkOptions; member
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp48 static cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options"); variable
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp42 BenchmarkOptions("llvm-exegesis benchmark x86-options"); variable