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

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

#include </__w/1/s/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 67 of file time_cpu.h.

Constructor & Destructor Documentation

◆ ScopeTimeCPU()

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

Definition at line 127 of file time_cpu.h.

References pcl::cuda::getTime().

◆ ~ScopeTimeCPU()

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

Definition at line 132 of file time_cpu.h.

References pcl::cuda::getTime().


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