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

  /external/google-benchmark/test/
cxx03_test.cc 11 void BM_empty(benchmark::State& state) {
17 BENCHMARK(BM_empty);
31 BM_empty(state);
37 BM_empty(state);
basic_test.cc 6 void BM_empty(benchmark::State& state) {
11 BENCHMARK(BM_empty);
12 BENCHMARK(BM_empty)->ThreadPerCpu();
  /external/libcxx/utils/google-benchmark/test/
cxx03_test.cc 11 void BM_empty(benchmark::State& state) {
17 BENCHMARK(BM_empty);
31 BM_empty(state);
37 BM_empty(state);
basic_test.cc 6 void BM_empty(benchmark::State& state) {
11 BENCHMARK(BM_empty);
12 BENCHMARK(BM_empty)->ThreadPerCpu();
  /bionic/benchmarks/
atomic_benchmark.cpp 46 void BM_empty(benchmark::State& state) {
51 BENCHMARK(BM_empty);

Completed in 661 milliseconds