|
| FpsCounter (uint32_t intervalFrequency=4) |
| Counts Frames Per Seconds.
|
|
void | RegisterFrame () |
|
uint32_t | GetFps () const |
|
◆ FpsCounter()
venom::common::FpsCounter::FpsCounter |
( |
uint32_t | intervalFrequency = 4 | ) |
|
Counts Frames Per Seconds.
- Parameters
-
intervalFrequency | Refresh rate of the FPS counter (4 = 4 times/second) the smaller the intervalFrequency, the more accurate the FPS counter |
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/include/venom/common/FpsCounter.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/src/FpsCounter.cc