|
Point Cloud Library (PCL)
1.6.0
|
Class to measure the time spent in a scope. More...
#include <pcl/common/time.h>


Public Member Functions | |
| ScopeTime (const char *title) | |
| ScopeTime () | |
| ~ScopeTime () | |
| double | getTime () |
| Retrieve the time in milliseconds spent since the last call to reset(). More... | |
| double | getTimeSeconds () |
| Retrieve the time in seconds spent since the last call to reset(). More... | |
| void | reset () |
| Reset the stopwatch to 0. More... | |
Class to measure the time spent in a scope.
To use this class, e.g. to measure the time spent in a function, just create an instance at the beginning of the function. Example:
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
1.8.4