gz/common/Timer.hh
Forward declarations for the common classes.
A Time class, can be used to hold wall- or sim-time. stored as sec and nano-sec.
Definition: gz/common/Time.hh:34
#define IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
Microsoft Visual Studio does not automatically export the interface information for member variables ...
Definition: gz/common/SuppressWarning.hh:65
std::chrono::duration< double > ElapsedTime() const
Get the elapsed time.
STL class.
A timer class, used to time things in real world walltime.
Definition: gz/common/Timer.hh:30
#define IGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING
Definition: gz/common/SuppressWarning.hh:68
friend std::ostream & operator<<(std::ostream &out, const ignition::common::Timer &t)
Stream operator friendly.
Definition: gz/common/Timer.hh:57