Simple stopwatch.
More...
#include <pcl/common/time.h>
List of all members.
Public Member Functions |
| | StopWatch () |
| | Constructor.
|
| virtual | ~StopWatch () |
| | Destructor.
|
| double | getTime () |
| | Retrieve the time in milliseconds spent since the last call to reset().
|
| double | getTimeSeconds () |
| | Retrieve the time in seconds spent since the last call to reset().
|
| void | reset () |
| | Reset the stopwatch to 0.
|
Detailed Description
Simple stopwatch.
Definition at line 58 of file time.h.
Constructor & Destructor Documentation
Constructor.
Definition at line 62 of file time.h.
Destructor.
Definition at line 67 of file time.h.
Member Function Documentation
Retrieve the time in milliseconds spent since the last call to reset().
Definition at line 71 of file time.h.
Retrieve the time in seconds spent since the last call to reset().
Definition at line 79 of file time.h.
Reset the stopwatch to 0.
Definition at line 86 of file time.h.
The documentation for this class was generated from the following file:
- /usr/src/RPM/BUILD/PCL-1.6.0-Source/common/include/pcl/common/time.h