Lines Matching refs:curTime
551 time_t curTime = startTime;
553 while (difftime(curTime, startTime) < RUN_TIME) {
561 curTime = time(nullptr);
562 ASSERT_NE(curTime, -1);
867 time_t curTime = startTime;
869 while (difftime(curTime, startTime) < RUN_TIME)
871 cout << "run time: " << difftime(curTime, startTime) << " seconds" << endl;
911 curTime = time(nullptr);
912 ASSERT_NE(curTime, -1);
928 time_t curTime = startTime;
930 while (difftime(curTime, startTime) < RUN_TIME)
932 cout << "run time: " << difftime(curTime, startTime) << " seconds" << endl;
966 curTime = time(nullptr);
967 ASSERT_NE(curTime, -1);