From 4bbc01058ce83f30ac78147092c63401c6e2aec8 Mon Sep 17 00:00:00 2001 From: coloka Date: Fri, 21 Nov 2014 22:32:26 +0800 Subject: [PATCH] new --- .../20141112 How to Debug CPU Regressions Using Flame Graphs.md | 1 + 1 file changed, 1 insertion(+) 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.