$darkmode
Go to the source code of this file.
Data Structures | |
| struct | FpsCounter |
Functions | |
| void | fps_init (FpsCounter *fps, float decay, double log_interval) |
| void | fps_update (FpsCounter *fps, double delta_time, double current_time) |
| void fps_init | ( | FpsCounter * | fps, |
| float | decay, | ||
| double | log_interval | ||
| ) |
| void fps_update | ( | FpsCounter * | fps, |
| double | delta_time, | ||
| double | current_time | ||
| ) |