Module track_descriptor

Source
Expand description

Nested message and enum types in TrackDescriptor.

Enums§

ChildTracksOrdering
Specifies how the UI should display child tracks of this track (i.e. tracks where parent_uuid is specified to this track uuid). Note that this value is simply a hint to the UI: the UI is not guarnateed to respect this if it has a good reason not to do so.
StaticOrDynamicName
Name of the track. Optional - if unspecified, it may be derived from the process/thread name (process/thread tracks), the first event’s name (async tracks), or counter name (counter tracks).