Package | Description |
---|---|
org.eclipse.mat.parser.internal |
Implementations for building the snapshot (not API).
|
org.eclipse.mat.snapshot |
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
|
Modifier and Type | Method and Description |
---|---|
IThreadStack |
SnapshotImpl.getThreadStack(int objectId) |
Modifier and Type | Method and Description |
---|---|
IThreadStack |
ISnapshot.getThreadStack(int objectId)
Get a the stack trace information for a given thread object, if thread
stack information is available in this snapshot.
|