Celeritas 0.7.0-dev.82+develop.c46057b69
|
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.