cuda.bindings.nvml.device_get_samples#

cuda.bindings.nvml.device_get_samples(
intptr_t device,
int type,
unsigned long long last_seen_time_stamp,
) tuple#
Gets recent samples for the GPU.

:param device: The identifier for the target device.
:type device: intptr_t
:param type: Type of sampling event.
:type type: SamplingType
:param last_seen_time_stamp: Return only samples with timestamp greater than last_seen_time_stamp.
:type last_seen_time_stamp: unsigned long long

.. seealso:: `nvmlDeviceGetSamples`