warp.TimingResult#
- class warp.TimingResult(device, name, filter, elapsed)[source]#
Timing result for a single activity.
Methods
__init__(device, name, filter, elapsed)Attributes
The device where the activity was recorded.
The activity name.
The type of activity (e.g.,
warp.TIMING_KERNEL).The elapsed time in milliseconds.