#include <gi_time.h>
Public Attributes | |
| bool | active |
| double | elapsed |
| timeval | start |
|
|
Specifies whether or not the timer is actively running. The timer is said to be active at all points after the call to ::gi_timer_start and before ::gi_timer_stop. The activity of a timer is undefined prior to the first call to ::gi_timer_init. |
|
|
Total time elapsed prior to the most recent call to ::gi_timer_start. This is used to persist the amount of elapsed time if the timer is often started and stopped during it's lifetime. |
|
|
Time at which the timer was last activated (via ::gi_timer_start). The difference between the current time (or stop) and start at any time does not necessarily represent the total time the timer has been running. |
1.3.7