|
The bliss C++ API 0.77 (Debian 0.77-3)
|
A simple helper class for measuring elapsed time. More...
#include <timer.hh>
Public Member Functions | |
| Timer () | |
| Create and start a new timer. | |
| void | reset () |
| Reset the timer. | |
| double | get_duration () const |
| Get the time (in seconds) elapsed since the creation or the last reset() call of the timer. | |
A simple helper class for measuring elapsed time.