cuda.bindings.nvml.device_get_fbc_stats#

cuda.bindings.nvml.device_get_fbc_stats(intptr_t device)#

Retrieves the active frame buffer capture sessions statistics for a given device.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference to nvmlFBCStats_t structure containing NvFBC stats.

Return type:

nvmlFBCStats_t

See also

nvmlDeviceGetFBCStats