Celeritas 0.6.0-dev.115+3b60a5fd
|
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.