-
Notifications
You must be signed in to change notification settings - Fork 973
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
Bump tracy to v0.10 #4328
Bump tracy to v0.10 #4328
Conversation
Generally I'm happy to track tracy upstream but there is a bit of awkwardness around rust. We also emit tracy events from soroban and so we need a precisely matched version of tracy-client as well as an unfortunate manual regeneration of the patched/forked tracy-client-sys crate we use locally due to various silly technical requirements. I think it should be mostly sufficient to bump the tracy-client ref in Cargo.toml and then do |
Also depends on an update on the soroban side: stellar/rs-soroban-env#1417 |
Pushed a change on here that illustrates (it's not quite what needs to be here for a final change, as it references a PR git head over in rs-soroban-env, but .. roughly this is the idea!) |
… v0.10) (#1417) This update is required for stellar/stellar-core#4328 to go through
thanks for the fixes @graydon! LGTM. |
r+ c3b1269 |
Bump tracy to v0.10. Most notable update is the UI overhaul, which makes it much faster and smoother (see https://wolf.nereid.pl/posts/how-tracy-faster/ for a bit more info)