mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 10:27:14 +01:00
4927a77499
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
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.