1 | |
2 | The instrumentation class allows timers to be added to existing code. |
3 |
Implemented as a hash table of timers:
|
4 | As well as a time, each timer also contains an operation count, for computing temporal performance. |
5 | Timers can be started, stopped, read, printed, etc. |