Lines Matching refs:state
41 static void Bm_function_Syscall_getpid(benchmark::State &state)
44 for (auto _ : state) {
51 static void Bm_function_Syscall_gettid(benchmark::State &state)
54 for (auto _ : state) {
61 static void Bm_function_Syscall_adjtimex(benchmark::State &state)
64 for (auto _ : state) {
70 static void Bm_function_Syscall_write(benchmark::State &state)
76 for (auto _ : state) {
83 static void Bm_function_Syscall_read(benchmark::State &state)
90 for (auto _ : state) {
101 static void Bm_function_Syscall_fcntl(benchmark::State &state)
108 for (auto _ : state) {
119 static void Bm_function_Syscall_getrusage(benchmark::State &state)
123 for (auto _ : state) {
133 static void Bm_function_Syscall_uname(benchmark::State &state)
137 for (auto _ : state) {
146 static void Bm_function_Syscall_getpriority(benchmark::State &state)
149 for (auto _ : state) {
154 static void Bm_function_Syscall_setpriority(benchmark::State &state)
162 for (auto _ : state) {
167 static void Bm_function_Syscall_eventfd(benchmark::State &state)
169 for (auto _ : state) {
172 state.PauseTiming();
174 state.ResumeTiming();