-
Notifications
You must be signed in to change notification settings - Fork 34
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
Piping into and out of the profiled binary #25
Comments
I believe that instruments itself consumes |
I didn't get it working. This I think should have worked, but it didn't:
|
What I did as a workaround BTW was:
Then scroll down to |
you should consider opening a radar with apple (or whatever the new version of radar is) in which case send me the number and I'll file a dupe. |
I want to profile this command line:
How can I do that using
cargo instruments
?Riff is a filter that reads data from
stdin
and prints it tostdout
.If I just start
riff
usingcargo instruments
, ptop says thatriff
'sstdin
andstdout
are both connected toinstruments
, which is not what I want.How do I tell
cargo instruments
how to set upstdin
andstdout
for the profiled binary?The text was updated successfully, but these errors were encountered: