How to Implement an FPS Counter | Hacker News
TL;DR AI
2 min readKey summary
A Hacker News post says FPS counters should filter frame timing not just for display, but also for animation and game logic.
The argument is that OS scheduling jitter and noisy timers can create visible micro-stutter even when the average FPS looks fine.
It recommends EMA smoothing and points out that APIs like CADisplayLink provide cleaner presentation timestamps.



