cuda.bindings.nvml.device_get_encoder_stats#

cuda.bindings.nvml.device_get_encoder_stats(intptr_t device) tuple#

Retrieves the current encoder statistics for a given device.

Parameters:

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

Returns:

  • unsigned int: Reference to an unsigned int for count of active encoder sessions.

  • unsigned int: Reference to an unsigned int for trailing average FPS of all active sessions.

  • unsigned int: Reference to an unsigned int for encode latency in microseconds.

Return type:

A 3-tuple containing

See also

nvmlDeviceGetEncoderStats