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.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference to nvmlFBCStats_t structure containing NvFBC stats.
:rtype: nvmlFBCStats_t

.. seealso:: `nvmlDeviceGetFBCStats`