Home
last modified time | relevance | path

Searched refs:BM_Complexity_O1 (Results 1 - 2 of 2) sorted by relevance

/third_party/benchmark/test/
H A Dcomplexity_test.cc70 void BM_Complexity_O1(benchmark::State &state) { in BM_Complexity_O1() function
78 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
79 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity();
80 BENCHMARK(BM_Complexity_O1)
84 const char *one_test_name = "BM_Complexity_O1";
H A Dreporter_output_test.cc406 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function
414 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);

Completed in 3 milliseconds