Home
last modified time | relevance | path

Searched defs:Benchmark (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h102 struct Benchmark { struct
128 Benchmark() = default; argument
132 Benchmark &operator=(const Benchmark &) = delete; argument
133 Benchmark &operator=(Benchmark argument
103 KeyBenchmark global() argument
121 MeasurementsBenchmark global() argument
166 TripleAndCpuBenchmark global() argument
[all...]
H A DBenchmarkResult.cpp380 Benchmark Benchmark; readYaml() local
[all...]
/llvm-project/third-party/benchmark/docs/
H A Dindex.md1 # Benchmark chapter
/llvm-project/libcxx/benchmarks/algorithms/
H A Dmismatch.bench.cpp
/llvm-project/third-party/benchmark/
H A DREADME.md1 # Benchmark chapter
/llvm-project/clang/utils/analyzer/
H A DSATestBenchmark.py33 class Benchmark: class
/llvm-project/libc/benchmarks/gpu/
H A DLibcGpuBenchmark.h84 Benchmark(cpp::function<uint64_t(void)> func, char const *name) Benchmark() function
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_bench.cpp24 static void Benchmark() { in Benchmark() function
/llvm-project/libc/benchmarks/
H A DLibcMemoryBenchmarkMain.cpp267 std::unique_ptr<MemfunctionBenchmarkBase> Benchmark; main() local
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc207 Benchmark::Benchmark(const std::string& name) in Benchmark() function in benchmark::internal::Benchmark
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h424 class Benchmark; variable