Iterations per second structure. More...
#include <mtt_common.h>
Public Attributes | |
| unsigned int | current_size |
| Current size of accumulator. | |
| double | fps [100] |
| Accumulator. | |
| unsigned int | position |
| Position the accumulator. | |
Iterations per second structure.
Definition at line 416 of file mtt_common.h.
| unsigned int t_fps::current_size |
Current size of accumulator.
Definition at line 423 of file mtt_common.h.
| double t_fps::fps[100] |
Accumulator.
Definition at line 419 of file mtt_common.h.
| unsigned int t_fps::position |
Position the accumulator.
Definition at line 421 of file mtt_common.h.