26 #ifndef WIN32 // POSIX 1b 36 void sleep(
long time);
58 void Set(
long timeout);
long ElapsedTime() const
Returns the elapsed time.
bool Elapsed() const
Returns true if timer is elapsed.
long _ElapsedTime() const
Platform specific implementation of ElapsedTime().
void WaitUntilElapsed() const
Block until time's up.
Provides a stop-watch-like class with a resolution of milliseconds.
void Set_And_Start(long timeout)
void sleep(long time)
This functions shields the platform specific implementation of the sleep function.