Home | History | Annotate | Download | only in tests

Lines Matching refs:clockStart

88 static clock_t FUZ_GetClockSpan(clock_t clockStart)
90 return clock() - clockStart; /* works even if overflow; max span ~ 30mn */
272 clock_t const clockStart = clock();
298 (cycleNb < nbCycles) || (FUZ_GetClockSpan(clockStart) < clockDuration);