The Engine Class

This class may be thought of as the mechanism behind a stop watch. Based on the timer class, it basically counts time from when it is started to when it is stopped. It does not allow for any display of the data (for a stop watch with display, this is added in class SWATCH).

This class is useful when you want to track time elapsed between events.