warp.TimingResult# class warp.TimingResult(device, name, filter, elapsed)[source]# Timing result for a single activity. Attributes device The device where the activity was recorded. name The activity name. filter The type of activity (e.g., warp.TIMING_KERNEL). elapsed The elapsed time in milliseconds. Parameters: device (Device) name (str) filter (int) elapsed (float) device: Device# The device where the activity was recorded. name: str# The activity name. filter: int# The type of activity (e.g., warp.TIMING_KERNEL). elapsed: float# The elapsed time in milliseconds.