cuda.bindings.nvml.device_get_last_bbx_flush_time#

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

Retrieves the timestamp and the duration of the last flush of the BBX (blackbox) infoROM object during the current run.

Parameters:

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

Returns:

  • unsigned long long: The start timestamp of the last BBX Flush.

  • unsigned long: The duration (us) of the last BBX Flush.

Return type:

A 2-tuple containing

See also

nvmlDeviceGetLastBBXFlushTime