ug4
pcl_profiling.h File Reference

Go to the source code of this file.

Macros

#define PCL_PROFILE(name)
 
#define PCL_PROFILE_END()
 
#define PCL_PROFILE_FUNC()
 

Macro Definition Documentation

◆ PCL_PROFILE

#define PCL_PROFILE (   name)

◆ PCL_PROFILE_END

#define PCL_PROFILE_END ( )

◆ PCL_PROFILE_FUNC

#define PCL_PROFILE_FUNC ( )

This file defines some macros which should be used for profiling the pcl. If PROFILE_PCL is defined, the profiling is executed, if not, then no profiling will be done. You should enable PROFILE_PCL only during code optimization, since it introduces a noticable overhead.