Software Program Memory Dump Analysis Program: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- __NOTOC__" to "---- __NOTOC__") |
m (Text replacement - ". ----" to ". ----") |
||
Line 1: | Line 1: | ||
<B>See:</B> [[Software Program Memory Dump]], [[Analysis Program]], [[Software Program Trace Analysis Program]]. | <B>See:</B> [[Software Program Memory Dump]], [[Analysis Program]], [[Software Program Trace Analysis Program]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 23:49, 23 September 2021
See: Software Program Memory Dump, Analysis Program, Software Program Trace Analysis Program.
References
2012
- http://projects.eclipse.org/projects/tools.mat
- The Memory Analyzer provides a general purpose toolkit to analyze Java heap dumps. Besides heap walking and fast calculation of retained sizes, the Eclipse tool reports leak suspects and memory consumption anti-patterns. The main area of application are Out Of Memory Errors and high memory consumption.