Lines Matching refs:state

25 static void BM_time_clock_gettime(benchmark::State& state) {  in BM_time_clock_gettime()  argument
28 while (state.KeepRunning()) { in BM_time_clock_gettime()
34 static void BM_time_clock_gettime_syscall(benchmark::State& state) { in BM_time_clock_gettime_syscall() argument
37 while (state.KeepRunning()) { in BM_time_clock_gettime_syscall()
43 static void BM_time_clock_gettime_MONOTONIC_COARSE(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_COARSE() argument
46 while (state.KeepRunning()) { in BM_time_clock_gettime_MONOTONIC_COARSE()
52 static void BM_time_clock_gettime_MONOTONIC_RAW(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_RAW() argument
55 while (state.KeepRunning()) { in BM_time_clock_gettime_MONOTONIC_RAW()
61 static void BM_time_clock_gettime_REALTIME(benchmark::State& state) { in BM_time_clock_gettime_REALTIME() argument
64 while (state.KeepRunning()) { in BM_time_clock_gettime_REALTIME()
70 static void BM_time_clock_gettime_REALTIME_COARSE(benchmark::State& state) { in BM_time_clock_gettime_REALTIME_COARSE() argument
73 while (state.KeepRunning()) { in BM_time_clock_gettime_REALTIME_COARSE()
79 static void BM_time_clock_gettime_BOOTTIME(benchmark::State& state) { in BM_time_clock_gettime_BOOTTIME() argument
82 while (state.KeepRunning()) { in BM_time_clock_gettime_BOOTTIME()
88 static void BM_time_clock_getres(benchmark::State& state) { in BM_time_clock_getres() argument
91 while (state.KeepRunning()) { in BM_time_clock_getres()
97 static void BM_time_clock_getres_syscall(benchmark::State& state) { in BM_time_clock_getres_syscall() argument
100 while (state.KeepRunning()) { in BM_time_clock_getres_syscall()
106 static void BM_time_clock_getres_MONOTONIC_COARSE(benchmark::State& state) { in BM_time_clock_getres_MONOTONIC_COARSE() argument
109 while (state.KeepRunning()) { in BM_time_clock_getres_MONOTONIC_COARSE()
115 static void BM_time_clock_getres_MONOTONIC_RAW(benchmark::State& state) { in BM_time_clock_getres_MONOTONIC_RAW() argument
118 while (state.KeepRunning()) { in BM_time_clock_getres_MONOTONIC_RAW()
124 static void BM_time_clock_getres_REALTIME(benchmark::State& state) { in BM_time_clock_getres_REALTIME() argument
127 while (state.KeepRunning()) { in BM_time_clock_getres_REALTIME()
133 static void BM_time_clock_getres_REALTIME_COARSE(benchmark::State& state) { in BM_time_clock_getres_REALTIME_COARSE() argument
136 while (state.KeepRunning()) { in BM_time_clock_getres_REALTIME_COARSE()
142 static void BM_time_clock_getres_BOOTTIME(benchmark::State& state) { in BM_time_clock_getres_BOOTTIME() argument
145 while (state.KeepRunning()) { in BM_time_clock_getres_BOOTTIME()
151 static void BM_time_gettimeofday(benchmark::State& state) { in BM_time_gettimeofday() argument
153 while (state.KeepRunning()) { in BM_time_gettimeofday()
159 void BM_time_gettimeofday_syscall(benchmark::State& state) { in BM_time_gettimeofday_syscall() argument
161 while (state.KeepRunning()) { in BM_time_gettimeofday_syscall()
167 void BM_time_time(benchmark::State& state) { in BM_time_time() argument
168 while (state.KeepRunning()) { in BM_time_time()
174 void BM_time_localtime(benchmark::State& state) { in BM_time_localtime() argument
176 while (state.KeepRunning()) { in BM_time_localtime()
182 void BM_time_localtime_r(benchmark::State& state) { in BM_time_localtime_r() argument
184 while (state.KeepRunning()) { in BM_time_localtime_r()