$darkmode
Functions | |
| void | fps_init (FpsCounter *fps, float decay, double log_interval) |
| void | fps_update (FpsCounter *fps, double delta_time, double current_time) |
Variables | |
| static const float | MILLISECONDS = 1000.0F |
| void fps_init | ( | FpsCounter * | fps, |
| float | decay, | ||
| double | log_interval | ||
| ) |
| void fps_update | ( | FpsCounter * | fps, |
| double | delta_time, | ||
| double | current_time | ||
| ) |
|
static |