Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Memory Analyzer » About size of Memory Analyzer of column(dominator_tree view the column size)
About size of Memory Analyzer of column [message #1859997] Mon, 10 July 2023 02:39 Go to next message
No Ralph is currently offline No RalphFriend
Messages: 2
Registered: July 2023
Junior Member
index.php/fa/43323/0/I want to use Memory Analyzer to analyze hprof file. the file is by adb shell am dumpheap command then hprof-conv convert. I want to know the size occupied by various dependent libraries and modules in this memory file. So I see dominator_tree is correct? and What is the unit of each column in the dominator_tree view, byte or kb? other question is in overview the Size info is just Java heap or include native heap?index.php/fa/43324/0/index.php/fa/43323/0/
Re: About size of Memory Analyzer of column [message #1860085 is a reply to message #1859997] Sun, 16 July 2023 11:37 Go to previous messageGo to next message
Andrew Johnson is currently offline Andrew JohnsonFriend
Messages: 205
Registered: July 2009
Senior Member
The units are bytes unless you change the mode in the configuration. https://help.eclipse.org/latest/topic/org.eclipse.mat.ui.help/tasks/configure_mat.html

The HPROF file format does not have any information about native memory, so the only memory counted is Java heap. I don't know what hprov-conv does - whether it converts any native memory into heap.

Re: About size of Memory Analyzer of column [message #1860090 is a reply to message #1860085] Mon, 17 July 2023 01:30 Go to previous message
No Ralph is currently offline No RalphFriend
Messages: 2
Registered: July 2023
Junior Member
thanks for your answer
Previous Topic:Programmatically detect memory leaks using MAT API
Next Topic:MAT in batch mode stuck at a subtask
Goto Forum:
  


Current Time: Thu Jan 23 01:38:39 GMT 2025

Powered by FUDForum. Page generated in 0.03398 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top