mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-14 14:28:17 +00:00
Sections are packed into timeline rows purely by length, so sections from different categories share rows and the same category can move between rows along the timeline. When categories mark different kinds of activity (game levels, loading screens, cutscenes) this makes the row layout hard to read. The new "Group by category" option in the section options lays out each category in its own set of rows, in category identifier order, with the existing length-first packing applied within a category. Off by default, so the current layout is unchanged unless the option is enabled. Only shown when the trace has more than one section category.