|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
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.