On-CPU 性能分析
On-CPU即”CPU密集型”
1 | $ git clone https://github.com/brendangregg/FlameGraph |
使用浏览器打开perf.svg
Off-CPU 性能分析
On-CPU即”IO密集型”, 等花费在等待上(off cpu)的情况
1 | $ git clone https://github.com/brendangregg/FlameGraph |
On-CPU即”CPU密集型”
1 | $ git clone https://github.com/brendangregg/FlameGraph |
使用浏览器打开perf.svg
On-CPU即”IO密集型”, 等花费在等待上(off cpu)的情况
1 | $ git clone https://github.com/brendangregg/FlameGraph |
评论