Modifier and Type | Class and Description |
---|---|
static class |
ExportHprof.RedactType |
static class |
ExportHprof.Remap
Remaps class names.
|
Modifier and Type | Field and Description |
---|---|
Pattern |
avoidPattern |
boolean |
classesAsInstances
Dump class fields as a instance dump
|
File |
mapFile |
IHeapObjectArgument |
objects |
File |
output |
ExportHprof.RedactType |
redact |
Pattern |
skipPattern |
ISnapshot |
snapshot |
boolean |
undo |
Constructor and Description |
---|
ExportHprof() |
Modifier and Type | Method and Description |
---|---|
void |
dumpThreadRoots(DataOutput os,
IClass cls) |
IResult |
execute(IProgressListener listener)
The execute method is called after all arguments have been injected into
the query instance.
|
int |
findID(int id,
int[][] objid)
Find the stack frame in which an object is referenced.
|
public ISnapshot snapshot
public File output
public ExportHprof.RedactType redact
public File mapFile
public Pattern skipPattern
public Pattern avoidPattern
public boolean undo
public IHeapObjectArgument objects
public boolean classesAsInstances
public IResult execute(IProgressListener listener) throws Exception
IQuery
TextResult
, CompositeResult
, SectionSpec
etc.public int findID(int id, int[][] objid)
id
- objid
- public void dumpThreadRoots(DataOutput os, IClass cls) throws SnapshotException, IOException
SnapshotException
IOException