Lines Matching refs:benchmark
20 #include <benchmark/benchmark.h>
22 static void BM_unistd_getpid(benchmark::State& state) {
27 BENCHMARK(BM_unistd_getpid);
29 static void BM_unistd_getpid_syscall(benchmark::State& state) {
34 BENCHMARK(BM_unistd_getpid_syscall);
41 static void BM_unistd_gettid(benchmark::State& state) {
46 BENCHMARK(BM_unistd_gettid);
50 void BM_unistd_gettid_syscall(benchmark::State& state) {
55 BENCHMARK(BM_unistd_gettid_syscall);