diff --git a/sources/tech/20141112 How to Debug CPU Regressions Using Flame Graphs.md b/sources/tech/20141112 How to Debug CPU Regressions Using Flame Graphs.md index dae63bf0d2..908cba9d2f 100644 --- a/sources/tech/20141112 How to Debug CPU Regressions Using Flame Graphs.md +++ b/sources/tech/20141112 How to Debug CPU Regressions Using Flame Graphs.md @@ -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.