#include <Tools.h>
Classes | |
struct | Private |
Public Member Functions | |
int | elapsed () |
int | restart () |
void | start () |
StopWatch () | |
std::string | toString (int ms) const |
~StopWatch () | |
StopWatch::StopWatch | ( | ) |
StopWatch::~StopWatch | ( | ) |
int StopWatch::elapsed | ( | ) |
References Base::StopWatch::Private::t.
Referenced by Gui::AutoSaver::saveDocument().
int StopWatch::restart | ( | ) |
References Base::StopWatch::Private::t.
void StopWatch::start | ( | ) |
References Base::StopWatch::Private::t.
Referenced by Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::asString(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::clone(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::hasStart(), Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::negated(), Gui::AutoSaver::saveDocument(), and Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunctionSegment::value().
std::string StopWatch::toString | ( | int | ms | ) | const |
Referenced by Gui::AutoSaver::saveDocument().