flamegraph
flamegraph copied to clipboard
Is there `--offline` mode?
'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?
I'm guessing that if you build --release --offline the targets you want to benchmark before running cargo flamegraph, things should work out.