Searched refs:start0 (Results 1 – 1 of 1) sorted by relevance
/tools/perf/bench/ |
D | numa.c | 1021 struct timeval start0, start, stop, diff; in worker_thread() local 1078 gettimeofday(&start0, NULL); in worker_thread() 1080 start = stop = start0; in worker_thread() 1122 timersub(&stop, &start0, &diff); in worker_thread() 1178 timersub(&stop, &start0, &diff); in worker_thread() 1186 timersub(&stop, &start0, &diff); in worker_thread()
|