|
OpenLexocad
27.1
|
#include <Tools.h>
Public Member Functions | |
| StopWatch () | |
| ~StopWatch () | |
| void | start () |
| int | restart () |
| int | elapsed () |
| std::string | toString (int ms) const |
| Base::StopWatch::StopWatch | ( | ) |
| Base::StopWatch::~StopWatch | ( | ) |
| int Base::StopWatch::elapsed | ( | ) |
| int Base::StopWatch::restart | ( | ) |
| void Base::StopWatch::start | ( | ) |
| std::string Base::StopWatch::toString | ( | int | ms | ) | const |