Theoretica
A C++ numerical and automatic mathematical library
|
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. More... | |
Timer class to measure elapsed time in milliseconds.
|
inline |
Returns the elapsed time since construction or start of the timer in milliseconds.