|
QDP++
|
#include <qdp_stopwatch.h>
Public Member Functions | |
| StopWatch () | |
| Constructor. | |
| ~StopWatch () | |
| Destructor. | |
| void | reset () |
| Reset the timer. | |
| void | start () |
| Start the timer. | |
| void | stop () |
| Stop the timer. | |
| double | getTimeInMicroseconds () |
| Get time in microseconds. | |
| double | getTimeInSeconds () |
| Get time in seconds. | |
Definition at line 21 of file qdp_stopwatch.h.