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