You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ww...@apache.org on 2022/12/06 05:57:20 UTC

[incubator-brpc] branch master updated: add the describe of the profile graph (#2007)

This is an automated email from the ASF dual-hosted git repository.

wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 32b6b738 add the describe of the profile graph (#2007)
32b6b738 is described below

commit 32b6b7386ae821938fc24039d4d1d225729c3050
Author: harleyliao <35...@qq.com>
AuthorDate: Tue Dec 6 13:57:14 2022 +0800

    add the describe of the profile graph (#2007)
---
 docs/cn/heap_profiler.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/heap_profiler.md b/docs/cn/heap_profiler.md
index 1b1d0dcf..d005aae9 100644
--- a/docs/cn/heap_profiler.md
+++ b/docs/cn/heap_profiler.md
@@ -37,7 +37,7 @@ WARNING: 12-26 10:01:25:   * 0 [src/brpc/input_messenger.cpp:132][4294969345] Au
 
 ![img](../images/heap_profiler_1.png)
 
-左上角是当前程序通过malloc分配的内存总量,顺着箭头上的数字可以看到内存来自哪些函数。
+左上角是当前程序通过malloc分配的内存总量,顺着箭头上的数字可以看到内存来自哪些函数。方框内第一个百分比是本函数的内存占用比例, 第二个百分比是本函数及其子函数的内存占用比例
 
 点击左上角的text选择框可以查看文本格式的结果,有时候这种按分配量排序的形式更方便。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org