threadDuration property

Duration? threadDuration
final

The thread duration of the event.

Note, some events are reported with duration. Others are reported as a pair of begin/end events.

Corresponds to the "tdur" field in the JSON event.

Implementation

final Duration? threadDuration;