/elm-fps

Primary LanguageElmBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

elm-fps

Simple package for computing your application's average, minimum, and maximum FPS.

Useful for debugging performance-critical, or realtime programs.

The average FPS is computed using a simple moving average over the latest frame times.

See the full docs here.