#include <Util.h>
|  | 
|  | StopWatch (string name) | 
|  | 
| void | start () | 
|  | 
| void | stop () | 
|  | 
Quick drop-in profiler for any function. Usage:
- Create a static object of this class in the function
- Call start and stop before and after the section to be timed
- Timing statistics of the code block will be printed on exit 
The documentation for this class was generated from the following file: