cuda.bindings.nvml.vgpu_instance_get_fb_usage#

cuda.bindings.nvml.vgpu_instance_get_fb_usage(
unsigned int vgpu_instance,
) unsigned long long#
Retrieve the framebuffer usage in bytes.

:param vgpu_instance: The identifier of the target instance.
:type vgpu_instance: unsigned int

:returns: Pointer to framebuffer usage in bytes.
:rtype: unsigned long long

.. seealso:: `nvmlVgpuInstanceGetFbUsage`