GEOSX
|
Class defining a simple stopwatch for interval timing. More...
#include <Stopwatch.hpp>
Public Member Functions | |
Stopwatch () | |
Constructor. | |
void | zero () |
Zero out the timer. | |
real64 | elapsedTime () |
Return elapsed time in seconds since zero() was last called. More... | |
Class defining a simple stopwatch for interval timing.
Definition at line 31 of file Stopwatch.hpp.
|
inline |
Return elapsed time in seconds since zero() was last called.
Definition at line 55 of file Stopwatch.hpp.