Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:benchmark

22 #include <benchmark/benchmark.h>
24 static void BM_time_clock_gettime(benchmark::State& state) {
30 BENCHMARK(BM_time_clock_gettime);
32 static void BM_time_clock_gettime_syscall(benchmark::State& state) {
38 BENCHMARK(BM_time_clock_gettime_syscall);
40 static void BM_time_gettimeofday(benchmark::State& state) {
46 BENCHMARK(BM_time_gettimeofday);
48 void BM_time_gettimeofday_syscall(benchmark::State& state) {
54 BENCHMARK(BM_time_gettimeofday_syscall);
56 void BM_time_time(benchmark::State& state) {
61 BENCHMARK(BM_time_time);