Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/utils/include/pcl/gpu/utils/timers_cuda.hpp>
Public Member Functions | |
ScopeTimer (const char *name_) | |
~ScopeTimer () | |
Public Attributes | |
const char * | name |
cudaEvent_t | start |
cudaEvent_t | stop |
Definition at line 74 of file timers_cuda.hpp.
|
inline |
Definition at line 78 of file timers_cuda.hpp.
|
inline |
Definition at line 84 of file timers_cuda.hpp.
const char* pcl::gpu::ScopeTimer::name |
Definition at line 76 of file timers_cuda.hpp.
Referenced by ~ScopeTimer().
cudaEvent_t pcl::gpu::ScopeTimer::start |
Definition at line 77 of file timers_cuda.hpp.
Referenced by ScopeTimer(), and ~ScopeTimer().
cudaEvent_t pcl::gpu::ScopeTimer::stop |
Definition at line 77 of file timers_cuda.hpp.
Referenced by ScopeTimer(), and ~ScopeTimer().