This commit is contained in:
coloka 2014-11-21 22:32:26 +08:00
parent 9f2b34b316
commit 4bbc01058c

View File

@ -1,5 +1,6 @@
翻译中 by coloka
How to Debug CPU Regressions Using Flame Graphs
使用火焰图分析CPU性能下降问题
================================================================================
How quickly can you debug a CPU performance regression? If your environment is complex and changing quickly, this becomes challenging with existing tools. If it takes a week to root cause a regression, the code may have changed multiple times, and now you have new regressions to debug.