static double GetDeltaTimeAsDouble()
Definition: time.cc:37
double delta_time_
The current delta time.
Definition: time.h:27
double frame_start_time_
The current frame's start time.
Definition: time.h:28
static float GetDeltaTime()
Definition: time.cc:31
Manages the time in Blowbox.
Definition: time.h:6
static float GetProcessTime()
Definition: time.cc:43
static double GetProcessTimeAsDouble()
Definition: time.cc:49
void NewFrame()
Indicate to the Time instance that a new frame has begun.
Definition: time.cc:23
The main Blowbox namespace.
Definition: image.cc:8
double initialization_time_
The time at which the Time instance was created.
Definition: time.h:26
double process_time_
The time the process has been alive for.
Definition: time.h:29