Home
last modified time | relevance | path

Searched refs:ArgsProduct (Results 1 – 5 of 5) sorted by relevance

/third_party/benchmark/test/
Dargs_product_test.cc74 ->ArgsProduct({{1, 2}, {15}, {3, 7, 10}, {8, 9}})
/third_party/benchmark/src/
Dbenchmark_register.cc261 ArgsProduct(arglists); in Ranges()
266 Benchmark* Benchmark::ArgsProduct( in ArgsProduct() function in benchmark::internal::Benchmark
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc87 .def("args_product", &Benchmark::ArgsProduct, in PYBIND11_MODULE()
/third_party/benchmark/docs/
Duser_guide.md372 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/
Dbenchmark.h953 Benchmark* ArgsProduct(const std::vector<std::vector<int64_t> >& arglists);