#include <stdair/basic/BasChronometer.hpp>
Public Member Functions | |
BasChronometer () | |
void | start () |
std::string | getStart () const |
double | elapsed () const |
Structure allowing measuring the time elapsed between two events.
Definition at line 14 of file BasChronometer.hpp.
stdair::BasChronometer::BasChronometer | ( | ) |
Constructor.
Definition at line 12 of file BasChronometer.cpp.
void stdair::BasChronometer::start | ( | ) |
Start the chronometer from the local time
The elapsed time given is the one elapsed since the start is launched.
Definition at line 16 of file BasChronometer.cpp.
|
inline |
Get the start time.
Definition at line 24 of file BasChronometer.hpp.
double stdair::BasChronometer::elapsed | ( | ) | const |
Return the time elapsed since the structure has been instanciated.
That elapsed time is expressed in seconds.
Definition at line 26 of file BasChronometer.cpp.