Skip to content

cf_app_get_smoothed_framerate

Category: app
GitHub: cute_app.h


Returns the smoothed framerate of the application. Uses an exponential moving average whose smoothing factor is controlled by CF_FRAMERATE_SMOOTHING (default 60).

float cf_app_get_smoothed_framerate(void);

cf_app_get_framerate