Simple stopwatch.
More...
#include <pcl/common/time.h>
List of all members.
Public Member Functions |
| | StopWatch () |
| float | getTime () |
| | Retrieve the time in milliseconds spent since the last call to reset().
|
| float | 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 57 of file time.h.
Constructor & Destructor Documentation
| pcl::StopWatch::StopWatch |
( |
| ) |
[inline] |
Member Function Documentation
| float pcl::StopWatch::getTime |
( |
| ) |
[inline] |
Retrieve the time in milliseconds spent since the last call to reset().
Definition at line 67 of file time.h.
| float pcl::StopWatch::getTimeSeconds |
( |
| ) |
[inline] |
Retrieve the time in seconds spent since the last call to reset().
Definition at line 75 of file time.h.
| void pcl::StopWatch::reset |
( |
| ) |
[inline] |
Reset the stopwatch to 0.
Definition at line 82 of file time.h.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/PCL-1.3.1-Source/common/include/pcl/common/time.h