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

/external/google-benchmark/test/
H A Dcomplexity_test.cc48 void BM_Complexity_O1(benchmark::State& state) { function
56 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
57 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity();
58 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity([](int) {
H A Dreporter_output_test.cc165 void BM_Complexity_O1(benchmark::State& state) { function
170 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
/external/libcxx/utils/google-benchmark/test/
H A Dcomplexity_test.cc48 void BM_Complexity_O1(benchmark::State& state) { function
56 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
57 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity();
58 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity([](int) {
H A Dreporter_output_test.cc165 void BM_Complexity_O1(benchmark::State& state) { function
170 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);

Completed in 373 milliseconds