-
Notifications
You must be signed in to change notification settings - Fork 84
[WIP] Added tracy integration instructions #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also make sure you add |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation has been updated
I merged into master so you can check it appears on the website as you intended. |
I checked it. It appears all right. Thank you! |
This pull request integrates Tracy, a low-overhead, real-time profiler, into SU2. It adds a
tracy_enable
Meson build option, supports code instrumentation with Tracy macros, and includes setup instructions for the Tracy server, enabling developers to optimize CFD simulations efficiently.