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