Searched refs:BM_Complexity_O1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/utils/benchmark/test/ |
D | complexity_test.cc | 48 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() 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([](int64_t) { in __anon9d3fd5130202()
|
D | reporter_output_test.cc | 202 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function 207 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
|
/external/llvm-project/libcxx/utils/google-benchmark/test/ |
D | complexity_test.cc | 55 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function 63 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1); 64 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(); 65 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity([](int64_t) { in __anon8b39682c0202()
|
D | reporter_output_test.cc | 239 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function 244 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
|
/external/libcxx/utils/google-benchmark/test/ |
D | complexity_test.cc | 55 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function 63 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1); 64 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(); 65 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity([](int64_t) { in __anon0c8aa21e0202()
|
D | reporter_output_test.cc | 239 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function 244 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
|
/external/google-benchmark/test/ |
D | complexity_test.cc | 59 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function 67 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1); 68 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(); 69 BENCHMARK(BM_Complexity_O1)
|
D | reporter_output_test.cc | 353 void BM_Complexity_O1(benchmark::State& state) { in BM_Complexity_O1() function 360 BENCHMARK(BM_Complexity_O1)->Range(1, 1 << 18)->Complexity(benchmark::o1);
|