ruffle icon indicating copy to clipboard operation
ruffle copied to clipboard

desktop: Update tracy + add avm2 calls

Open Dinnerbone opened this issue 1 year ago • 4 comments

Now supports/requires tracy 0.11.0

With the new avm2_profile feature, AVM2 callstack is visible in tracy.

image

Dinnerbone avatar Aug 09 '24 15:08 Dinnerbone

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
    │  

🤔

torokati44 avatar Aug 13 '24 18:08 torokati44

It's "not supposed to work" like that...

torokati44 avatar Aug 13 '24 18:08 torokati44

Maybe try a cargo update profiling

danielhjacobs avatar Aug 13 '24 18:08 danielhjacobs

Maybe try a cargo update profiling

I did exactly that, but it got lost in the rebase 😅

Dinnerbone avatar Aug 13 '24 19:08 Dinnerbone