Simple stopwatch.
More...
#include <pcl/common/time.h>
Simple stopwatch.
Definition at line 58 of file time.h.
| pcl::StopWatch::StopWatch |
( |
) | |
|
|
inline |
Constructor.
Definition at line 62 of file time.h.
| virtual pcl::StopWatch::~StopWatch |
( |
) | |
|
|
inlinevirtual |
Destructor.
Definition at line 67 of file time.h.
| double pcl::StopWatch::getTime |
( |
) | |
|
|
inline |
Retrieve the time in milliseconds spent since the last call to reset().
Definition at line 71 of file time.h.
| double pcl::StopWatch::getTimeSeconds |
( |
) | |
|
|
inline |
Retrieve the time in seconds spent since the last call to reset().
Definition at line 79 of file time.h.
| void pcl::StopWatch::reset |
( |
) | |
|
|
inline |
Reset the stopwatch to 0.
Definition at line 86 of file time.h.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/PCL-1.6.0-Source/common/include/pcl/common/time.h