file
Timer.hppTimer declaration.
Timer declaration. 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 walker::Main in Main/Walker.C.
Namespaces
- namespace tk
- Toolkit declarations and definitions for general purpose utilities.
Classes
- class tk::Timer
- Simple class to do timing.
- struct tk::Timer::Watch
- Watch stores time in hours:minutes:seconds.