Files
Wildkins 4927a77499 Update tracy client to 0.13.1, replace replay with rtracy, update runtime condenser and license everything (#21838)
see title

runtime condenser now works with the condensed log
got rid of old tracy versions and the broken replayer, added 0.13.1
tracy and rtracy with licenses and a readme
gitignore now ignores .utracy dumps anywhere so you can dump them in
tools/tracy to make your life easier
2026-02-14 16:46:38 +00:00
..

How to use this:

  • Uncomment ENABLE_BYOND_TRACY in your config.txt.
  • Run the server through VSC / Dream Daemon and perform whatever actions you wish to profile.
  • Close the server. You should now have a .utracy file in /data/profiler.
  • Open tools/tracy/replay/rtracy.exe and point it at that .utracy file.
  • Open tools/tracy/client/capture.exe and connect to your localhost 'server'.
  • Profit! Don't forget to delete the .utracy when you're done. Or don't.

There is an included README PDF in tools/tracy/client which goes over in excruciating detail what all the Tracy software is capable of.