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 don't know of a way to get information about which core a thread was running on when we interrupted it with thread_suspend.
One idea I've been playing with is to add a recording code path where Instruments is used for recording, via xctrace. The files created by Instruments probably contain this information.
really wanted this features in macOS, especially when debugging application using tokio, which spawns tons of threads and hard to profile
The text was updated successfully, but these errors were encountered: