Searched refs:ArgNames (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | marl_bench.h | 64 b->ArgNames({"tasks", "threads"}); in args()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex_benchmark.cc | 224 ->ArgNames({"cs_ns", "num_prios"}); in SetupBenchmarkArgs()
|
/third_party/benchmark/bindings/python/google_benchmark/ |
H A D | benchmark.cc | 88 .def("arg_names", &Benchmark::ArgNames, in NB_MODULE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 919 SmallVector<StringInit*, 8> ArgNames; 922 ArgNames.push_back(LHSs->getArgName(i)); 926 ArgNames.push_back(RHSs->getArgName(i)); 928 return DagInit::get(Op, nullptr, Args, ArgNames); 1004 SmallVector<StringInit*, 8> ArgNames; 1007 ArgNames.push_back(Dag->getArgName(i)); 1009 return DagInit::get(Op, nullptr, Args, ArgNames);
|
/third_party/benchmark/src/ |
H A D | benchmark_register.cc | 308 Benchmark* Benchmark::ArgNames(const std::vector<std::string>& names) { in ArgNames() function in benchmark::internal::Benchmark
|
/third_party/benchmark/test/ |
H A D | reporter_output_test.cc | 350 BENCHMARK(BM_arg_names)->Args({2, 5, 4})->ArgNames({"first", "", "third"});
|
/third_party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1134 // Equivalent to ArgNames({name}) 1139 Benchmark* ArgNames(const std::vector<std::string>& names);
|
Completed in 9 milliseconds