src/Base/Timer.cpp file

Timer definition.

Timer definition. Timer is a simple class to do timing various parts of the code in a portable way. The functionality is intended to be very minimal and simple, but still convenient to use, with as little state as possible. For an example client code, see Main.