Timer

Constructors

this
this()

Members

Functions

cycle
double cycle()
every
string every(double dt, void delegate() fnc)
every
void every(double dt, string key, void delegate() fnc)
hardReset
double hardReset()
removeCallback
void removeCallback(string key)
reset
double reset()
restart
void restart(double s)

Variables

all_time
double all_time;
callback
TimerCallback[string] callback;
cbindex
size_t cbindex;
sw
StopWatch sw;
time
double time;

Meta