MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / getProfilingInfo

Method getProfilingInfo

include/internal/CL/cl.hpp:2891–2896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2889 //! \brief Wrapper for clGetEventProfilingInfo().
2890 template <typename T>
2891 cl_int getProfilingInfo(cl_profiling_info name, T* param) const
2892 {
2893 return detail::errHandler(detail::getInfo(
2894 &::clGetEventProfilingInfo, object_, name, param),
2895 __GET_EVENT_PROFILE_INFO_ERR);
2896 }
2897
2898 //! \brief Wrapper for clGetEventProfilingInfo() that returns by value.
2899 template <cl_int name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected