Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:state

23 static void BM_unistd_getpid(benchmark::State& state) {
24 while (state.KeepRunning()) {
30 static void BM_unistd_getpid_syscall(benchmark::State& state) {
31 while (state.KeepRunning()) {
42 static void BM_unistd_gettid(benchmark::State& state) {
43 while (state.KeepRunning()) {
51 void BM_unistd_gettid_syscall(benchmark::State& state) {
52 while (state.KeepRunning()) {