Lines Matching refs:end
436 struct timeval start, end;
441 gettimeofday(&end, nullptr);
442 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0;
466 struct timeval start, end;
471 gettimeofday(&end, nullptr);
473 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0;
498 struct timeval start, end;
503 gettimeofday(&end, nullptr);
532 struct timeval start, end;
536 gettimeofday(&end, nullptr);
569 struct timeval start, end;
573 gettimeofday(&end, nullptr);
608 struct timeval start, end;
612 gettimeofday(&end, nullptr);
635 struct timeval start, end;
641 gettimeofday(&end, nullptr);