public void StartTimer(ulong sec, ulong usec, bool skip_first=false)
sec, usec specifies the interval time between calls to tick().
If `skip_first' is `false' the first call to tick() will happen
almost at once. Otherwise the first tick will happen after sec, usec.
StopTimer
public void StopTimer()
TSimpleTimer
public TSimpleTimer()
public virtual ~TSimpleTimer()