|
|
delpi
0.0.1
DElta-complete LP solver
|
Simple timer class to evaluate the performance of the software. More...
#include <Timer.h>
Public Member Functions | |
| void | Start () |
| Start the timer. | |
| void | Pause () |
| Pause the timer. | |
| void | Resume () |
| Resume the timer. | |
Simple timer class to evaluate the performance of the software.
The timer can be started, paused, and resumed. The elapsed time is returned in seconds or as a duration.
| void delpi::TimerBase< T >::Pause | ( | ) |
| void delpi::TimerBase< T >::Resume | ( | ) |
| void delpi::TimerBase< T >::Start | ( | ) |