#include "benchmark/benchmark.h"#include <cassert>#include <iostream>#include <set>#include <vector>
Go to the source code of this file.
Classes | |
| class | ArgsProductFixture |
Functions | |
| Args ({0, 100, 2000, 30000}) -> ArgsProduct( | |
| Args ({4, 5, 6, 11}) | |
| BENCHMARK_DEFINE_F (ArgsProductFixture, Empty)(benchmark | |
| BENCHMARK_MAIN () | |
| Args | ( | {0, 100, 2000, 30000} | ) | -> ArgsProduct( |
Definition at line 73 of file args_product_test.cc.
| Args | ( | {4, 5, 6, 11} | ) |
| BENCHMARK_DEFINE_F | ( | ArgsProductFixture | , |
| Empty | |||
| ) |
Definition at line 62 of file args_product_test.cc.
| BENCHMARK_MAIN | ( | ) |