Package | Description |
---|---|
org.eclipse.mat.query |
Package for examining and controlling results of running queries.
|
org.eclipse.mat.snapshot.query |
Utilities to develop heap dump queries.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
IResultPie.ColoredSlice
A slice of the pie with color information
|
Modifier and Type | Method and Description |
---|---|
List<? extends IResultPie.Slice> |
IResultPie.getSlices()
All the slices of the pie.
|
Modifier and Type | Method and Description |
---|---|
IResultPie.Slice |
PieFactory.addSlice(int objectId)
Create and add a new slice for the given object.
|
IResultPie.Slice |
PieFactory.addSlice(int objectId,
Color color)
Create and add a new slice for the given object.
|
IResultPie.Slice |
PieFactory.addSlice(int objectId,
String label,
long usedHeapSize,
long retainedHeapSize)
Create and add a new slice for the given object.
|
IResultPie.Slice |
PieFactory.addSlice(int objectId,
String label,
long usedHeapSize,
long retainedHeapSize,
Color color)
Create and add a new slice for the given object.
|
IResultPie.Slice |
PieFactory.addSlice(IObject object)
Create and add a new slice for the given object.
|
IResultPie.Slice |
PieFactory.addSlice(IObject object,
Color color)
Create and add a new slice for the given object.
|