Expand description
Nested message and enum types in TrackDescriptor.
Enums§
- Child
Tracks Ordering - Specifies how the UI should display child tracks of this track (i.e. tracks
where
parent_uuidis specified to this trackuuid). 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. - Process
Ordering - Specifies how the UI should display top-level process tracks relative to each other. Note that this value is simply a hint to the UI and is only valid on the root track descriptor (uuid = 0).
- Sibling
Merge Behavior - Specifies how the analysis tools should “merge” different sibling TrackEvent tracks.
- Sibling
Merge KeyField - An opaque value which allows specifying which tracks should be merged together.
- Static
OrDynamic Name - Name of the track.
- Thread
Ordering - Specifies how the UI should display thread tracks within a process group relative to each other. Note that this value is simply a hint to the UI and is only valid on the root track descriptor (uuid = 0).