mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Merges multiple .tracy files into a single combined trace using the Import API. Each trace's threads are remapped using compound TIDs encoding (pid << 32) | tid to prevent collisions. Thread names are prefixed with process name. If the same process/thread name combination appears in multiple traces, PID is included to disambiguate (e.g., myapp[12345]/MainThread). Co-authored-by: Grégoire Roussel <gregoire.roussel@wandercraft.eu>