DescriptionAdd a new command to summarize memory usage by function addresses in dmprof
The output format is:
vss1;rss1;addr1;symbol1
vss2;rss2;addr2;symbol2
...
The symbol is related to the addr. If the binary file has symbols, it just same as before:function@sourcefile.
Otherwise it will show the pathname the addr belongs to (mainly it's the library).
This new command could be helpful for lcation leaks.
R=kouhei@chromium.org
BUG=427393
Committed: https://crrev.com/09714684ace60105a81c539516b945fe4d0b3d65
Cr-Commit-Position: refs/heads/master@{#302745}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|