Lines Matching refs:t_start
2683 struct timespec t_start, t_end; in run_workload() local
2691 clock_gettime(CLOCK_MONOTONIC, &t_start); in run_workload()
2877 double t = elapsed(&t_start, &t_end); in run_workload()
2916 struct timespec t_start; in calibrate_nop() local
2924 clock_gettime(CLOCK_MONOTONIC, &t_start); in calibrate_nop()
2933 size = loops * size / elapsed(&t_start, &t_end) / 1e6 * usecs; in calibrate_nop()
3070 struct timespec t_start, t_end; in init_clocks() local
3079 clock_gettime(CLOCK_MONOTONIC, &t_start); in init_clocks()
3083 overhead = 2 * elapsed(&t_start, &t_end) / 100; in init_clocks()
3085 clock_gettime(CLOCK_MONOTONIC, &t_start); in init_clocks()
3089 overhead += elapsed(&t_start, &t_end) / 100; in init_clocks()
3091 clock_gettime(CLOCK_MONOTONIC, &t_start); in init_clocks()
3097 t = elapsed(&t_start, &t_end) - overhead; in init_clocks()
3107 struct timespec t_start, t_end; in main() local
3377 clock_gettime(CLOCK_MONOTONIC, &t_start); in main()
3404 t = elapsed(&t_start, &t_end); in main()