Searched refs:FPS_AVG_FRAME_COUNT (Results 1 – 1 of 1) sorted by relevance
87 #define FPS_AVG_FRAME_COUNT 100 macro260 if (++s_CurrentFpsCount == FPS_AVG_FRAME_COUNT) in DrawFrame()262 f64 avgtime = s_TmpFpsSum / FPS_AVG_FRAME_COUNT; in DrawFrame()