Lines Matching refs:tv_sec
1095 last_perturbance = start.tv_sec; in worker_thread()
1137 if ((u32)diff.tv_sec >= g->p.nr_secs) { in worker_thread()
1144 if (start.tv_sec == stop.tv_sec) in worker_thread()
1151 …if (first_task && g->p.perturb_secs && (int)(stop.tv_sec - last_perturbance) >= g->p.perturb_secs)… in worker_thread()
1156 last_perturbance = stop.tv_sec; in worker_thread()
1180 runtime_ns_max = diff.tv_sec * 1000000000; in worker_thread()
1193 runtime_ns_max = diff.tv_sec * 1000000000ULL; in worker_thread()
1201 td->runtime_ns = diff.tv_sec * 1000000000ULL; in worker_thread()
1206 td->system_time_ns = rusage.ru_stime.tv_sec * 1000000000ULL; in worker_thread()
1208 td->user_time_ns = rusage.ru_utime.tv_sec * 1000000000ULL; in worker_thread()
1489 startup_sec = diff.tv_sec * 1000000000.0; in __bench_numa()
1530 runtime_sec_max = diff.tv_sec * 1000000000.0; in __bench_numa()