Lines Matching refs:Complexity
78 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
79 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity();
82 ->Complexity([](benchmark::IterationCount) { return 1.0; });
132 ->Complexity(benchmark::oN);
136 ->Complexity([](benchmark::IterationCount n) -> double {
142 ->Complexity();
173 ->Complexity(benchmark::oNLogN);
177 ->Complexity([](benchmark::IterationCount n) {
183 ->Complexity();
202 // -------- Testing formatting of Complexity with captured args ------------ //
215 ->Complexity(benchmark::oN)