Home | History | Annotate | Download | only in tests

Lines Matching refs:clockStart

104 static clock_t FUZ_GetClockSpan(clock_t clockStart)
106 return clock() - clockStart; /* works even if overflow; max span ~ 30 mn */