Home | History | Annotate | Download | only in test

Lines Matching refs:Range

54   state.SetComplexityN(state.range(0));
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) {
94 auto v = ConstructRandomVector(state.range(0));
96 state.range(0) * 2; // Test worst case scenario (item not in vector)
100 state.SetComplexityN(state.range(0));
104 ->Range(1 << 10, 1 << 16)
108 ->Range(1 << 10, 1 << 16)
112 ->Range(1 << 10, 1 << 16)
131 auto v = ConstructRandomVector(state.range(0));
135 state.SetComplexityN(state.range(0));
139 ->Range(1 << 10, 1 << 16)
143 ->Range(1 << 10, 1 << 16)
147 ->Range(1 << 10, 1 << 16)