Home | History | Annotate | Download | only in tests

Lines Matching refs:clock_t

42 #include <time.h>       /* clock_t, clock(), CLOCKS_PER_SEC */
86 static const clock_t refreshRate = CLOCKS_PER_SEC / 6;
87 static clock_t g_clockTime = 0;
104 static clock_t FUZ_GetClockSpan(clock_t clockStart)
572 clock_t const startClock = clock();
573 clock_t const clockDuration = duration_s * CLOCKS_PER_SEC;