Last active
April 13, 2020 07:26
-
-
Save stammw/767a022632256c30a75abf22f6866fe8 to your computer and use it in GitHub Desktop.
flamegraph_h3_500G
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Server | |
sudo perf record --call-graph=dwarf -g target/debug/server \ | |
-k ~/.local/share/quinn-examples/key.der -c ~/.local/share/quinn-examples/cert.der | |
# Client | |
time cargo run --example=h3_client -- --ca ~/.local/share/quinn-examples/cert.der https://localhost/500000000 | |
# Generate graph | |
perf script | ../flamegraph/stackcollapse-perf.pl | ./rust-unmangle | ../flamegraph/flamegraph.pl > flame.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment