Lines Matching refs:start
436 struct timeval start, end;
439 gettimeofday(&start, nullptr);
442 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0;
466 struct timeval start, end;
469 gettimeofday(&start, nullptr);
473 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0;
498 struct timeval start, end;
501 gettimeofday(&start, nullptr);
532 struct timeval start, end;
534 gettimeofday(&start, nullptr);
569 struct timeval start, end;
571 gettimeofday(&start, nullptr);
608 struct timeval start, end;
610 gettimeofday(&start, nullptr);
635 struct timeval start, end;
639 gettimeofday(&start, nullptr);