Home | History | Annotate | Download | only in programs

Lines Matching full:refreshrate

106             if (((clock_t)(g_time - clock()) > refreshRate) || (g_displayLevel>=4)) \
109 static const clock_t refreshRate = CLOCKS_PER_SEC / 6;