Searched refs:BM_Sequential (Results 1 – 2 of 2) sorted by relevance
98 static void BM_Sequential(benchmark::State& state) { in BM_Sequential() function109 BENCHMARK_TEMPLATE2(BM_Sequential, std::vector<int>, int)->Range(1 << 0, 1 << 10);110 BENCHMARK_TEMPLATE(BM_Sequential, std::list<int>)->Range(1 << 0, 1 << 10);113 BENCHMARK_TEMPLATE(BM_Sequential, std::vector<int>, int)->Arg(512);
120 template <class Q> int BM_Sequential(benchmark::State& state) {133 BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue<int>)->Range(1<<0, 1<<10);