Loading [MathJax]/extensions/tex2jax.js
Loading...
Searching...
No Matches
Go to the documentation of this file.
39#ifndef __H__UG__pcl_profiling__
40#define __H__UG__pcl_profiling__
44 #define PCL_PROFILE_FUNC() PROFILE_FUNC_GROUP("pcl")
45 #define PCL_PROFILE(name) PROFILE_BEGIN_GROUP(name, "pcl")
46 #define PCL_PROFILE_END() PROFILE_END()
48 #define PCL_PROFILE_FUNC()
49 #define PCL_PROFILE(name)
50 #define PCL_PROFILE_END()