Lines Matching refs:benchmark
19 * Binder add integers benchmark (Using google-benchmark library)
40 #include <benchmark/benchmark.h>
82 static void BM_addInts(benchmark::State& state);
106 static void BM_addInts(benchmark::State& state)
129 // Perform the IPC operations in the benchmark
164 BENCHMARK(BM_addInts);
249 ::benchmark::Initialize(&argc, argv);
252 // available at the start of the benchmark.
310 ::benchmark::RunSpecifiedBenchmarks();