Package | Description |
---|---|
com.microej.profiling |
This package gathers profiler.
|
com.microej.profiling.internal.snapshot |
This package gathers internal classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.add(PrintableSnapshot printableSnapshot)
Adds a snapshot.
|
Modifier and Type | Method and Description |
---|---|
PrintableSnapshot |
PrintablePair.getReference()
Gets the
PrintableSnapshot used as reference. |
PrintableSnapshot |
PrintablePair.getSecond()
Gets the second
PrintableSnapshot . |
Modifier and Type | Method and Description |
---|---|
void |
PrintablePair.setSecond(PrintableSnapshot second)
Sets the second element of the
PrintablePair . |
Constructor and Description |
---|
PrintablePair(PrintableSnapshot reference)
Instantiates a
PrintablePair . |