|
Chebyshev
Unit testing for scientific software
|
Timer class to measure elapsed time in milliseconds. More...
#include <timer.h>
Public Member Functions | |
| timer () | |
| Constructs the timer storing the current time. | |
| void | start () |
| Start the timer. | |
| long double | get () const |
| Returns the elapsed time since construction or start of the timer in milliseconds. | |
| long double | operator() () |
| Returns the elapsed time since construction or start of the timer in milliseconds. | |
Timer class to measure elapsed time in milliseconds.
Returns the elapsed time since construction or start of the timer in milliseconds.