cuda.bindings.nvml.device_get_total_energy_consumption#

cuda.bindings.nvml.device_get_total_energy_consumption(
intptr_t device,
) unsigned long long#
:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the energy consumption information.
:rtype: unsigned long long

.. seealso:: `nvmlDeviceGetTotalEnergyConsumption`