in BenchmarkNdkSample/benchmark/cpp/benchmark/SampleBenchmarks.cpp [35:38]
static void BM_Empty(benchmark::State &state) { while (state.KeepRunning()) { } } BENCHMARK(BM_Empty);