HomeSort by relevance Sort by last modified time
    Searched full:bm_template1 (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/test/
cxx03_test.cc 36 void BM_template1(benchmark::State& state) {
39 BENCHMARK_TEMPLATE(BM_template1, long);
40 BENCHMARK_TEMPLATE1(BM_template1, int);
  /external/libcxx/utils/google-benchmark/test/
cxx03_test.cc 36 void BM_template1(benchmark::State& state) {
39 BENCHMARK_TEMPLATE(BM_template1, long);
40 BENCHMARK_TEMPLATE1(BM_template1, int);

Completed in 1045 milliseconds