You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get cargo-instruments running like this:
cargo instruments -t time
Finished dev [unoptimized + debuginfo] target(s) in 0.96s
Profiling target/debug/cli with template 'Time Profiler'<Prints my application logs>
Failed instruments errored:
I have tried searching the issues here for that error, but I can't find anything.
I have xcode installed through Xcodes and I have verified that I can start the Instruments app.
I have used Instruments to instrument iOS applications previously.
Thanks <3
The text was updated successfully, but these errors were encountered:
hm, I'm really not sure what's going on here. What version of macOS/instruments is involved? Is your project open source? Can you manually profile from the instruments app, by running your built debug binary directly?
I am trying to get
cargo-instruments
running like this:I have tried searching the issues here for that error, but I can't find anything.
I have xcode installed through
Xcodes
and I have verified that I can start the Instruments app.I have used Instruments to instrument iOS applications previously.
Thanks <3
The text was updated successfully, but these errors were encountered: