|
Point Cloud Library (PCL)
1.8.1
|
Class to measure the time spent in a scope. More...
#include </build/pcl-qv3n_B/pcl-1.8.1+dfsg1/cuda/common/include/pcl/cuda/time_gpu.h>
Public Member Functions | |
| ScopeTimeGPU (const char *title) | |
| Constructor. More... | |
| ~ScopeTimeGPU () | |
| Destructor. More... | |
| void | start () |
| Start the timer. More... | |
| void | stop () |
| Stop the timer. More... | |
| void | stop_print () |
| Stop and print the timer. 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.
Definition at line 54 of file time_gpu.h.
|
inline |
|
inline |
|
inline |
|
inline |
Stop the timer.
Definition at line 83 of file time_gpu.h.
Referenced by stop_print(), and ~ScopeTimeGPU().
|
inline |