org.netbeans.insane.model |
|
Java Source File Name | Type | Comment |
BinaryHeapModel.java | Class | A HeapModel based on the Insane binary heap dump. |
HeapModel.java | Interface | A simplified model of the Java heap. |
InsaneConverter.java | Class | Parses a SimpleXMLVisitor XML output and converts it into simple binary
format suitable for mmap usage.
This version does a two-pass over the XML dump to spare memory during
conversion. |
Item.java | Interface | A representation of a single Object on a heap. |
ObjectSet.java | Class | A set of objects with reflexive map behavior, using possibly
an external hash implementation. |
Support.java | Class | A support class containing HeapModel factories and helper methods
for analysing HeapModels. |
XmlHeapModel.java | Class | An implementation of the heap model that parses SimpleXmlVisitor output
and keeps all the data in memory. |