ruffle
ruffle copied to clipboard
desktop: Update tracy + add avm2 calls
Now supports/requires tracy 0.11.0
With the new avm2_profile feature, AVM2 callstack is visible in tracy.
error[duplicate]: found 2 duplicate entries for crate 'tracy-client'
┌─ /github/workspace/Cargo.lock:535:1
│
535 │ ╭ tracy-client 0.16.5 registry+https://github.com/rust-lang/crates.io-index
536 │ │ tracy-client 0.17.1 registry+https://github.com/rust-lang/crates.io-index
│ ╰─────────────────────────────────────────────────────────────────────────┘ lock entries
│
🤔
It's "not supposed to work" like that...
Maybe try a cargo update profiling
Maybe try a
cargo update profiling
I did exactly that, but it got lost in the rebase 😅