Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
perf
/
Record CPU cycles
Record CPU cycles
perf
Record performance data with call-graph info
perf record -g ./my_app
⎘ copy
#perf
#profiling
#cpu
#linux
more perf
all 17 commands →
Show perf report
perf report
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