Point Cloud Library (PCL)  1.9.1
List of all members | Public Member Functions
pcl::cuda::ScopeTimeCPU Class Reference

Class to measure the time spent in a scope. More...

#include </build/pcl-CfBadm/pcl-1.9.1+dfsg1/cuda/common/include/pcl/cuda/time_cpu.h>

Public Member Functions

 ScopeTimeCPU (const char *title)
 
 ~ScopeTimeCPU ()
 

Detailed Description

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 68 of file time_cpu.h.

Constructor & Destructor Documentation

◆ ScopeTimeCPU()

pcl::cuda::ScopeTimeCPU::ScopeTimeCPU ( const char *  title)
inline

Definition at line 128 of file time_cpu.h.

References pcl::cuda::getTime().

◆ ~ScopeTimeCPU()

pcl::cuda::ScopeTimeCPU::~ScopeTimeCPU ( )
inline

Definition at line 133 of file time_cpu.h.

References pcl::cuda::getTime().


The documentation for this class was generated from the following file: