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 | 269 ArgsProduct(arglists); in Ranges() 274 Benchmark* Benchmark::ArgsProduct( in ArgsProduct() function in benchmark::internal::Benchmark
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 85 .def("args_product", &Benchmark::ArgsProduct, in NB_MODULE()
|
/third_party/benchmark/docs/ |
D | user_guide.md | 399 with `Ranges`. In this case, `ArgsProduct` offers the ability to generate a 405 ->ArgsProduct({{1<<10, 3<<10, 8<<10}, {20, 40, 60, 80}}) 428 ->ArgsProduct({ 434 ->ArgsProduct({
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1132 Benchmark* ArgsProduct(const std::vector<std::vector<int64_t> >& arglists);
|