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 <[email protected]>
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

-左上角是当前程序通过malloc分配的内存总量,顺着箭头上的数字可以看到内存来自哪些函数。
+左上角是当前程序通过malloc分配的内存总量,顺着箭头上的数字可以看到内存来自哪些函数。方框内第一个百分比是本函数的内存占用比例,
第二个百分比是本函数及其子函数的内存占用比例
点击左上角的text选择框可以查看文本格式的结果,有时候这种按分配量排序的形式更方便。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]