|
|
#include <ArmarXCore/core/time/StopWatch.h>
Inheritance diagram for StopWatch:Public Member Functions | |
| bool | isStopped () const |
| void | reset () |
| IceUtil::Time | startingTime () const |
| IceUtil::Time | stop () |
| IceUtil::Time | stoppingTime () const |
| StopWatch (armarx::TimeMode timeMode=armarx::TimeMode::SystemTime) | |
| virtual | ~StopWatch () |
Static Public Member Functions | |
| static IceUtil::Time | measure (std::function< void(void)> subjectToMeasure, armarx::TimeMode timeMode=armarx::TimeMode::SystemTime) |
Definition at line 118 of file StopWatch.h.
| StopWatch | ( | armarx::TimeMode | timeMode = armarx::TimeMode::SystemTime | ) |
Definition at line 89 of file StopWatch.cpp.
|
virtual |
Definition at line 97 of file StopWatch.cpp.
| bool isStopped | ( | ) | const |
|
static |
Definition at line 103 of file StopWatch.cpp.
| void reset | ( | ) |
| IceUtil::Time startingTime | ( | ) | const |
Definition at line 131 of file StopWatch.cpp.
| IceUtil::Time stop | ( | ) |
Definition at line 111 of file StopWatch.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| IceUtil::Time stoppingTime | ( | ) | const |