Created
December 19, 2024 08:32
-
-
Save rgerganov/836c8602606780ba6110a8ab010f6c60 to your computer and use it in GitHub Desktop.
perf usage
This file contains 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
#!/bin/bash | |
perf record -F 99 -g python foo.py | |
perf script | ./stackcollapse-perf.pl > out.perf-folded | |
./flamegraph.pl out.perf-folded > result.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment