mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-01 16:08:30 +00:00
The group name-sort key was always the source location name, but single-member groups display the zone-level name, which prefers the runtime ZoneName() string. Such groups sorted by a name the user could not see. The key now mirrors the display: zone name for single-member groups, source location name for the rest. GPU zones are unaffected (their names always resolve from the source location).