Lines Matching refs:state
40 static void BM_time_clock_gettime(benchmark::State& state) { in BM_time_clock_gettime() argument
43 while (state.KeepRunning()) { in BM_time_clock_gettime()
49 static void BM_time_clock_gettime_syscall(benchmark::State& state) { in BM_time_clock_gettime_syscall() argument
52 while (state.KeepRunning()) { in BM_time_clock_gettime_syscall()
58 static void BM_time_clock_gettime_MONOTONIC_COARSE(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_COARSE() argument
61 while (state.KeepRunning()) { in BM_time_clock_gettime_MONOTONIC_COARSE()
67 static void BM_time_clock_gettime_MONOTONIC_RAW(benchmark::State& state) { in BM_time_clock_gettime_MONOTONIC_RAW() argument
70 while (state.KeepRunning()) { in BM_time_clock_gettime_MONOTONIC_RAW()
76 static void BM_time_clock_gettime_REALTIME(benchmark::State& state) { in BM_time_clock_gettime_REALTIME() argument
79 while (state.KeepRunning()) { in BM_time_clock_gettime_REALTIME()
85 static void BM_time_clock_gettime_REALTIME_COARSE(benchmark::State& state) { in BM_time_clock_gettime_REALTIME_COARSE() argument
88 while (state.KeepRunning()) { in BM_time_clock_gettime_REALTIME_COARSE()
94 static void BM_time_clock_gettime_BOOTTIME(benchmark::State& state) { in BM_time_clock_gettime_BOOTTIME() argument
97 while (state.KeepRunning()) { in BM_time_clock_gettime_BOOTTIME()
103 static void BM_time_clock_getres(benchmark::State& state) { in BM_time_clock_getres() argument
106 while (state.KeepRunning()) { in BM_time_clock_getres()
112 static void BM_time_clock_getres_syscall(benchmark::State& state) { in BM_time_clock_getres_syscall() argument
115 while (state.KeepRunning()) { in BM_time_clock_getres_syscall()
121 static void BM_time_clock_getres_MONOTONIC_COARSE(benchmark::State& state) { in BM_time_clock_getres_MONOTONIC_COARSE() argument
124 while (state.KeepRunning()) { in BM_time_clock_getres_MONOTONIC_COARSE()
130 static void BM_time_clock_getres_MONOTONIC_RAW(benchmark::State& state) { in BM_time_clock_getres_MONOTONIC_RAW() argument
133 while (state.KeepRunning()) { in BM_time_clock_getres_MONOTONIC_RAW()
139 static void BM_time_clock_getres_REALTIME(benchmark::State& state) { in BM_time_clock_getres_REALTIME() argument
142 while (state.KeepRunning()) { in BM_time_clock_getres_REALTIME()
148 static void BM_time_clock_getres_REALTIME_COARSE(benchmark::State& state) { in BM_time_clock_getres_REALTIME_COARSE() argument
151 while (state.KeepRunning()) { in BM_time_clock_getres_REALTIME_COARSE()
157 static void BM_time_clock_getres_BOOTTIME(benchmark::State& state) { in BM_time_clock_getres_BOOTTIME() argument
160 while (state.KeepRunning()) { in BM_time_clock_getres_BOOTTIME()
166 static void BM_time_gettimeofday(benchmark::State& state) { in BM_time_gettimeofday() argument
168 while (state.KeepRunning()) { in BM_time_gettimeofday()
174 void BM_time_gettimeofday_syscall(benchmark::State& state) { in BM_time_gettimeofday_syscall() argument
176 while (state.KeepRunning()) { in BM_time_gettimeofday_syscall()
182 void BM_time_time(benchmark::State& state) { in BM_time_time() argument
183 while (state.KeepRunning()) { in BM_time_time()
189 void BM_time_localtime(benchmark::State& state) { in BM_time_localtime() argument
191 while (state.KeepRunning()) { in BM_time_localtime()
197 void BM_time_localtime_r(benchmark::State& state) { in BM_time_localtime_r() argument
199 while (state.KeepRunning()) { in BM_time_localtime_r()
206 void BM_time_strftime(benchmark::State& state) { in BM_time_strftime() argument
210 while (state.KeepRunning()) { in BM_time_strftime()