Base::StopWatch Class Reference
#include <Tools.h>
Classes | |
struct | Private |
Public Member Functions | |
int | elapsed () |
int | restart () |
void | start () |
StopWatch () | |
std::string | toString (int ms) const |
~StopWatch () | |
Constructor & Destructor Documentation
◆ StopWatch()
StopWatch::StopWatch | ( | ) |
◆ ~StopWatch()
StopWatch::~StopWatch | ( | ) |
Member Function Documentation
◆ elapsed()
int StopWatch::elapsed | ( | ) |
Referenced by Gui::AutoSaver::saveDocument().
◆ restart()
int StopWatch::restart | ( | ) |
◆ start()
void StopWatch::start | ( | ) |
Referenced by Gui::AutoSaver::saveDocument().
◆ toString()
std::string StopWatch::toString | ( | int | ms | ) | const |
Referenced by Gui::AutoSaver::saveDocument().
The documentation for this class was generated from the following files:
- src/Base/Tools.h
- src/Base/Tools.cpp