Package com.jprofiler.api.agent.heap
package com.jprofiler.api.agent.heap
Contains the classes for analyzing dumped heap data.
The HeapObject class is the root of the heap object hierarchy.
-
InterfacesClassDescriptionA descriptor for a class, interface, array, or primitive type.Represents a
java.lang.Classobject in a heap dump.Represents an object from a heap dump.Represents an object instance from a heap dump.Represents a primitive array from a heap dump.Represents ajava.lang.Stringinstance in a heap dump.