cuda.bindings.nvml.device_get_last_bbx_flush_time#

cuda.bindings.nvml.device_get_last_bbx_flush_time(intptr_t device) tuple#
:param device: The identifier of the target device.
:type device: intptr_t

:returns:

          - unsigned long long: The start timestamp of the last BBX Flush.
          - unsigned long: The duration (us) of the last BBX Flush.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetLastBBXFlushTime`