jjant / elm-fps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%