Home
last modified time | relevance | path

Searched defs:benchmarks (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libc/benchmarks/automemcpy/
H A DREADME.md
/llvm-project/libc/benchmarks/gpu/
H A DBenchmarkLogger.cpp12 namespace benchmarks { global() namespace
H A DLibcGpuBenchmark.cpp11 namespace benchmarks { global() namespace
13 FixedVector<Benchmark *, 64> benchmarks; global() variable
/llvm-project/third-party/benchmark/tools/gbench/Inputs/
H A Dtest5_run0.json9 "benchmarks": [ array
H A Dtest5_run1.json9 "benchmarks": [ array
H A Dtest4_run1.json9 "benchmarks": [ array
H A Dtest4_run0.json9 "benchmarks": [ array
H A Dtest3_run1.json9 "benchmarks": [ array
H A Dtest3_run0.json9 "benchmarks": [ array
H A Dtest2_run.json9 "benchmarks": [ array
H A Dtest4_run.json2 "benchmarks": [ array
H A Dtest1_run2.json9 "benchmarks": [ array
H A Dtest1_run1.json9 "benchmarks": [ array
/llvm-project/lld/utils/
H A Dbenchmark.py132 def buildLntJson(benchmarks): argument
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc115 std::string spec, std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarks()
198 std::vector<BenchmarkInstance>* benchmarks, in FindBenchmarksInternal()
H A Dbenchmark.cc351 void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks, in RunBenchmarks()
608 std::vector<internal::BenchmarkInstance> benchmarks; in RunSpecifiedBenchmarks() local