Home
last modified time | relevance | path

Searched refs:BM_Sequential (Results 1 – 2 of 2) sorted by relevance

/external/google-benchmark/test/
Dbenchmark_test.cc98 static void BM_Sequential(benchmark::State& state) { in BM_Sequential() function
109 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);
/external/google-benchmark/
DREADME.md120 template <class Q> int BM_Sequential(benchmark::State& state) {
133 BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue<int>)->Range(1<<0, 1<<10);