Searched refs:ArgsProduct (Results 1 – 5 of 5) sorted by relevance
/third_party/benchmark/test/ |
D | args_product_test.cc | 74 ->ArgsProduct({{1, 2}, {15}, {3, 7, 10}, {8, 9}})
|
/third_party/benchmark/src/ |
D | benchmark_register.cc | 261 ArgsProduct(arglists); in Ranges() 266 Benchmark* Benchmark::ArgsProduct( in ArgsProduct() function in benchmark::internal::Benchmark
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 87 .def("args_product", &Benchmark::ArgsProduct, in PYBIND11_MODULE()
|
/third_party/benchmark/docs/ |
D | user_guide.md | 372 with `Ranges`. In this case, `ArgsProduct` offers the ability to generate a 378 ->ArgsProduct({{1<<10, 3<<10, 8<<10}, {20, 40, 60, 80}}) 401 ->ArgsProduct({ 407 ->ArgsProduct({
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 953 Benchmark* ArgsProduct(const std::vector<std::vector<int64_t> >& arglists);
|