Utility class which gives time delta between frames, and logs some framerate statistics. Useful for a variable timestep application.
Creates a FrameCounter, SDL must be initialized.
Marks the beginning of a new frame.
See Implementation
Utility class which gives time delta between frames, and logs some framerate statistics. Useful for a variable timestep application.