Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
perf
/
Show perf report
Show perf report
perf
Interactive display of recorded perf data
perf report
⎘ copy
#perf
#profiling
#report
more perf
all 17 commands →
List available events
perf list
Stat command
perf stat ls -la
Record with specific event
perf record -e cache-misses ./my_app
Top-like live view
perf top
Annotate hot functions
perf annotate