timer.h

This file defines the Timer class, which measures intervals of runtime and can be useful for timing tests. This is not to be confused with GTimer, which fires events at regular intervals.
Class
Timer This class implements a simple start/stop timer that can tell you how much time has elapsed since it was started.