Celeritas
0.5.0-56+6b053cd
|
Simple timer. More...
#include <Stopwatch.hh>
Public Member Functions | |
Stopwatch () | |
Start the count at construction. | |
double | operator() () const |
Get the current elapsed time in seconds. | |
Simple timer.
The stopwatch starts counting upward at construction and can be reset by assigning a new stopwatch instance.