cuda.bindings.nvml.device_read_prm_counters_v1#

cuda.bindings.nvml.device_read_prm_counters_v1(intptr_t device, PRMCounter_v1 counters)#
Read a list of GPU PRM Counters.

:param device: Identifer of target GPU device.
:type device: intptr_t
:param counters: Array holding the input parameters as well as the retrieved counter values.
:type counters: PRMCounter_v1

.. seealso:: `nvmlDeviceReadPRMCounters_v1`