Home
last modified time | relevance | path

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

/external/llvm-project/libc/benchmarks/
DLibcBenchmark.h59 struct BenchmarkOptions { struct
61 Duration MinDuration = std::chrono::seconds(0);
63 Duration MaxDuration = std::chrono::seconds(10);
65 uint32_t InitialIterations = 1;
67 uint32_t MaxIterations = 10000000;
69 uint32_t MinSamples = 4;
71 uint32_t MaxSamples = 1000;
74 double Epsilon = 0.01;
77 double ScalingFactor = 1.4;
78 BenchmarkLog Log = BenchmarkLog::None;
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DProgram.cs37 private class BenchmarkOptions class in Grpc.Microbenchmarks.Program
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc147 struct BenchmarkOptions { struct
148 int benchmark_type = b_type;
149 typedef S Store;
150 typename S::Filler filler;
/external/llvm-project/llvm/tools/llvm-exegesis/
Dllvm-exegesis.cpp47 static cl::OptionCategory BenchmarkOptions("llvm-exegesis benchmark options"); variable
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp38 BenchmarkOptions("llvm-exegesis benchmark x86-options"); variable