|
Point Cloud Library (PCL)
1.8.0
|
#include </build/pcl-1.8.0+dfsg1/gpu/utils/include/pcl/gpu/utils/timers_cuda.hpp>
Public Member Functions | |
| Timer (bool runTimer=false) | |
| ~Timer () | |
| void | start () |
| Timer & | stop () |
| float | time () |
Public Attributes | |
| cudaEvent_t | start_ |
| cudaEvent_t | stop_ |
Definition at line 47 of file timers_cuda.hpp.
|
inline |
Definition at line 50 of file timers_cuda.hpp.
References start().
|
inline |
Definition at line 57 of file timers_cuda.hpp.
|
inline |
Definition at line 63 of file timers_cuda.hpp.
Referenced by Timer().
|
inline |
Definition at line 64 of file timers_cuda.hpp.
|
inline |
Definition at line 66 of file timers_cuda.hpp.
| cudaEvent_t pcl::gpu::Timer::start_ |
Definition at line 49 of file timers_cuda.hpp.
| cudaEvent_t pcl::gpu::Timer::stop_ |
Definition at line 49 of file timers_cuda.hpp.