mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-03 00:48:26 +00:00
The "sort" button for threads uses an unstable sort, so threads with the same name will shuffle around without ever stabilizing. Use `id` to sort after comparing the name.