cmyr / cargo-instruments

A cargo plugin to generate Xcode Instruments trace files
MIT License
642 stars 34 forks source link

Can't open profiling data #63

Open edmand46 opened 2 years ago

edmand46 commented 2 years ago

image

Mac OS: 12.3.1 M1 Max Xcode: 13.3.1 cargo-instruments: v0.4.5

cmyr commented 2 years ago

Take a look if anything in https://github.com/cmyr/cargo-instruments/issues/41 is relevant?

Does your process finish? If your process does not finish, no trace data is written; in the case of long-running processes you can attach to them manually from the instruments app.