Package | Description |
---|---|
com.microej.profiling.internal.snapshot |
This package gathers internal classes.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
PrintableSnapshot.getEnd()
Gets the end snapshot.
|
Snapshot |
PrintableSnapshot.getStart()
Gets the base snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintableSnapshot.setEnd(Snapshot end)
Sets the end value.
|
void |
PrintableSnapshot.setEnd(Snapshot end,
Snapshot.Type type)
Sets the end.
|
Constructor and Description |
---|
PrintablePair(Snapshot snapshot,
java.lang.Integer level)
Instantiates a
PrintablePair . |
PrintableSnapshot(Snapshot start,
int level)
Instantiates a
PrintableSnapshot . |