Skip to content

Instantly share code, notes, and snippets.

@phaustin
Created May 24, 2019 18:44
Show Gist options
  • Save phaustin/eb4f7647bd8ce2350ebf99077991ca23 to your computer and use it in GitHub Desktop.
Save phaustin/eb4f7647bd8ce2350ebf99077991ca23 to your computer and use it in GitHub Desktop.
perf.md
Do you know a good reference to know about pref? I have no experience with that

Wolf Vollprecht @wolfv 11:42
just do perf record ./mybinary and perf report
and send me a screenshot and the C++ code
you can also run perf record python3 myscript
if you have a pythone extensio
it will show which C++ functions use the most CPU time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment