We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--offline
'Cargo run' has --offline mode which disables internet usage.
It seems that cargo flamegraph --offline does not work.
cargo flamegraph --offline
Can I disable internet usage when run flamegraph?
The text was updated successfully, but these errors were encountered:
I'm guessing that if you build --release --offline the targets you want to benchmark before running cargo flamegraph, things should work out.
build --release --offline
cargo flamegraph
Sorry, something went wrong.
No branches or pull requests
'Cargo run' has
--offline
mode which disables internet usage.It seems that
cargo flamegraph --offline
does not work.Can I disable internet usage when run flamegraph?
The text was updated successfully, but these errors were encountered: