Skip to content

Commit

Permalink
add the describe of the profile graph (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongliuliao authored Dec 6, 2022
1 parent 8efcf9c commit 32b6b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cn/heap_profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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选择框可以查看文本格式的结果,有时候这种按分配量排序的形式更方便。

Expand Down

0 comments on commit 32b6b73

Please sign in to comment.