cee::Timer

class Timer

Class for doing high precision timing.

Actual resolution is platform dependent

Public Functions

Timer()

Constructs a timer object.

double time() const

Returns the time.

double lapTime()

Returns the lap time.

void restart()

Restarts the timer.