Home
last modified time | relevance | path

Searched refs:BENCHMARK_TEMPLATE (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/utils/google-benchmark/test/
Dcxx03_test.cc39 BENCHMARK_TEMPLATE(BM_template1, long);
Dbenchmark_test.cc110 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/test/
Dcxx03_test.cc39 BENCHMARK_TEMPLATE(BM_template1, long);
Dbenchmark_test.cc110 BENCHMARK_TEMPLATE(BM_Sequential, std::list<int>)->Range(1 << 0, 1 << 10);
113 BENCHMARK_TEMPLATE(BM_Sequential, std::vector<int>, int)->Arg(512);
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h820 #define BENCHMARK_TEMPLATE(n, ...) \
826 #define BENCHMARK_TEMPLATE(n, a) BENCHMARK_TEMPLATE1(n, a)
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h880 #define BENCHMARK_TEMPLATE(n, ...) \ macro
886 #define BENCHMARK_TEMPLATE(n, a) BENCHMARK_TEMPLATE1(n, a) macro
/external/libcxx/utils/google-benchmark/
DREADME.md176 BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue<int>)->Range(1<<0, 1<<10);
183 #define BENCHMARK_TEMPLATE(func, ...) // Takes any number of parameters.
185 #define BENCHMARK_TEMPLATE(func, arg1)
/external/google-benchmark/
DREADME.md178 BENCHMARK_TEMPLATE(BM_Sequential, WaitQueue<int>)->Range(1<<0, 1<<10);
185 #define BENCHMARK_TEMPLATE(func, ...) // Takes any number of parameters.
187 #define BENCHMARK_TEMPLATE(func, arg1)