7.207. CUpti_RangeProfiler_Enable_Params#

struct CUpti_RangeProfiler_Enable_Params#

Params for cuptiRangeProfilerEnable.

Public Members

size_t structSize#

[in] Size of the data structure.

void *pPriv#

[in] Set to NULL.

CUcontext ctx#

[in] Context to be used for profiling. For green context, users can convert the green context to CUDA context using cuCtxFromGreenCtx and pass the CUDA context to this API.

CUpti_RangeProfiler_Object *pRangeProfilerObject#

[out] Range Profiler Object.

CUpti_CacheControl_Mode cacheControlMode#

[in] Cache-control mode. Defaults to CUPTI_CACHE_CONTROL_MODE_NONE for zero-initialized structs.