perf工具使用

 

px xf 

top -H -p pid

获取worker线程

 

perf record -g -F 99 --call-graph dwarf -o perfdata_09 -p tid

perf report -i perfdata_09 > perfdata9.stack

posted @ 2021-10-25 19:30  aaronwell  阅读(53)  评论(0)    收藏  举报