Quickref
- Install
apt install oprofile - Collect profile for a specific program
operf <progname> - Display
opreport -l --symbols <progname>
How Tos
Collecting a profile
operf ./calcme-nested-asymmetric-pg
Displaying the profile
opreport -l --symbols ./calcme-nested-asymmetric-pg