-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use xctrace on macOS #192
Comments
Sounds interesting! In the current model the reader for |
Looks like this does the wrong thing. It can only deal with the text output which is not very useful. |
Created an issue in the inferno repo (see above). For reference I also tried with the In the mean time I can advice to use https://github.com/cmyr/cargo-instruments, which while not providing flame graph allow easy integration with |
Right now flamegraph uses
dtrace
on macOS but this runs into some limitations:One potential solution is to switch to
xctrace
and then implement a reader for the.trace
/.run
files. speedscope appears to have partial support for these files but I haven't been able to make it work at all yet. There is an issue from a while ago that it's not working (jlfwong/speedscope#196) but the code there might still be useful.The text was updated successfully, but these errors were encountered: