#include <UT_StopWatch.h>
Public Member Functions | |
| UT_StopWatch () | |
| void | clear () |
| void | start () |
| fpreal64 | lap () const |
| fpreal64 | stop () |
| void | resume () |
| fpreal64 | getTime () const |
| bool | isRunning () const |
| fpreal64 | operator- (const UT_StopWatch &) |
Static Public Member Functions | |
| static fpreal64 | _timeDiff (const UT_TIMERVAL &later, const UT_TIMERVAL &sooner) |
Protected Attributes | |
| bool | _running |
| fpreal64 | _elapsedTime |
| UT_TIMERVAL | _startTime |
Definition at line 23 of file UT_StopWatch.h.
| UT_StopWatch::UT_StopWatch | ( | ) |
| static fpreal64 UT_StopWatch::_timeDiff | ( | const UT_TIMERVAL & | later, | |
| const UT_TIMERVAL & | sooner | |||
| ) | [static] |
| void UT_StopWatch::clear | ( | ) |
| fpreal64 UT_StopWatch::getTime | ( | ) | const |
| bool UT_StopWatch::isRunning | ( | ) | const |
| fpreal64 UT_StopWatch::lap | ( | ) | const |
| fpreal64 UT_StopWatch::operator- | ( | const UT_StopWatch & | ) |
| void UT_StopWatch::resume | ( | ) |
| void UT_StopWatch::start | ( | ) |
| fpreal64 UT_StopWatch::stop | ( | ) |
fpreal64 UT_StopWatch::_elapsedTime [protected] |
Definition at line 44 of file UT_StopWatch.h.
bool UT_StopWatch::_running [protected] |
Definition at line 43 of file UT_StopWatch.h.
UT_TIMERVAL UT_StopWatch::_startTime [protected] |
Definition at line 46 of file UT_StopWatch.h.
1.5.9