49 void setup(
int targetFPS);
62 int64_t countsPerFrame;
void setup(int targetFPS)
Configure the frame timing system.
Definition: timing_win.cpp:66
void firstFrame()
Mark the time of the first frame.
Definition: timing_win.cpp:82
void lastFrame()
Mark the time of the last frame.
Definition: timing_win.cpp:95
float fps
Definition: timing.h:57
LeTiming timing
Definition: timing_win.cpp:45
~LeTiming()
Definition: timing_win.cpp:56
bool enableDisplay
Definition: timing.h:58
void waitNextFrame()
Wait until it is time to display the next frame.
Definition: timing_win.cpp:125
bool isNextFrame()
Is it the time to display the next frame?
Definition: timing_win.cpp:106
LeTiming()
Definition: timing_win.cpp:48
Abstract OS native time measurement & process yielding.
Definition: timing.h:44