httomo.runner.method_wrapper.GpuTimeInfo

httomo.runner.method_wrapper.GpuTimeInfo#

class httomo.runner.method_wrapper.GpuTimeInfo(kernel: float = 0.0, host2device: float = 0.0, device2host: float = 0.0)[source]#

Captures the time spent on GPU

Methods

__init__([kernel, host2device, device2host])

Attributes

device2host: float = 0.0#
host2device: float = 0.0#
kernel: float = 0.0#