cuda.bindings.nvml.device_register_events#
- cuda.bindings.nvml.device_register_events(
- intptr_t device,
- unsigned long long event_types,
- intptr_t set,
Starts recording of events on a specified devices and add the events to specified ``nvmlEventSet_t``. :param device: The identifier of the target device. :type device: intptr_t :param event_types: Bitmask of ``Event Types`` to record. :type event_types: unsigned long long :param set: Set to which add new event types. :type set: intptr_t .. seealso:: `nvmlDeviceRegisterEvents`