The AutoTimeKeeper
Class Reference
Declaration
class AutoTimeKeeper { ... }
Public Constructors Index
AutoTimeKeeper () | |
Public Destructor Index
~AutoTimeKeeper () | |
Definition at line 91 of file portable.cpp.
Public Constructors
AutoTimeKeeper()
| inline |
Definition at line 94 of file portable.cpp.
94 AutoTimeKeeper() { SysTimeKeeper::instance().start(); }
References SysTimeKeeper::instance and SysTimeKeeper::start.
Public Destructor
~AutoTimeKeeper()
| inline |
Definition at line 95 of file portable.cpp.
95 ~AutoTimeKeeper() { SysTimeKeeper::instance().stop(); }
References SysTimeKeeper::instance and SysTimeKeeper::stop.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.