Any way of setting the directory where profiles are written? #74
Unanswered
ClementTsang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, currently not, the directory is hard-coded into cargo-pgo. You should be able to override it when running the instrumented program with It should be a simple change, would you like to send a PR? :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For reference, I'm building the binary with
cargo pgo
, but then I copy it into a container. I could manually create the profile directory I guess such that it matches whatcargo pgo
tells me, but ideally I could specify where the profiles land. Is there any way of doing that atm?Beta Was this translation helpful? Give feedback.
All reactions