TOpenCLCommandQueue::Profiling Property

__declspec(property(get = GetProfiling, put = SetCommandQueueProfiling)) bool Profiling;

Set this property to true, to enable command queue profiling.

Read: bool GetProfiling();
Write: void SetCommandQueueProfiling(const bool Value);
Declared in Dew::Math::TOpenCLCommandQueue · Dew.Math/clMtxVec.h · Cross-compiler