Timing class.
More...
#include <tdme/engine/Timing.h>
Timing class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 16 of file Timing.h.
◆ Timing()
Public constructor.
Definition at line 13 of file Timing.cpp.
◆ getAvarageFPS()
- Returns
- avarage fps
Definition at line 100 of file Timing.h.
◆ getCurrentFrameAtTime()
int64_t getCurrentFrameAtTime |
( |
| ) |
|
|
inline |
- Returns
- time current frame has been rendered in ms
Definition at line 75 of file Timing.h.
◆ getDeltaTime()
Gets the time passed between last and current frame.
- Returns
- delta time
Definition at line 83 of file Timing.h.
◆ getFPS()
- Returns
- avarage fps
Definition at line 93 of file Timing.h.
◆ getFrame()
- Returns
- frames that have been rendered
Definition at line 47 of file Timing.h.
◆ getLastFrameAtTime()
int64_t getLastFrameAtTime |
( |
| ) |
|
|
inline |
- Returns
- time last frame has been rendered in ms
Definition at line 68 of file Timing.h.
◆ getStartTime()
- Returns
- start time
Definition at line 54 of file Timing.h.
◆ getTotalTime()
- Returns
- total time the engine is running
Definition at line 61 of file Timing.h.
◆ updateTiming()
◆ Engine
◆ avarageFPS
◆ avarageFPSIndex
int avarageFPSIndex { 0 } |
|
private |
◆ avarageFPSSequence
array<float, 60 * 3> avarageFPSSequence |
|
private |
◆ currentFrameAtTime
int64_t currentFrameAtTime |
|
private |
◆ fps
◆ frame
◆ lastFrameAtTime
◆ startTime
◆ UNDEFINED
constexpr int64_t UNDEFINED { -1LL } |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Timing.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/Timing.cpp