Package | Description |
---|---|
com.microej.profiling.internal.snapshot |
This package gathers internal classes.
|
Modifier and Type | Method and Description |
---|---|
Snapshot.Type |
Snapshot.getType()
Gets the type of snapshot.
|
Snapshot.Type |
PrintableSnapshot.getType()
Gets the type.
|
static Snapshot.Type |
Snapshot.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Snapshot.Type[] |
Snapshot.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintableSnapshot.setEnd(Snapshot end,
Snapshot.Type type)
Sets the end.
|
void |
ProfilerSnapshots.snapshot(int level,
java.lang.String tag,
Snapshot.Type type,
Group group)
Takes a snapshot.
|
void |
ThreadInfo.snapshot(java.lang.String tag,
Snapshot.Type type,
Group group)
Takes a snapshot.
|
Constructor and Description |
---|
Snapshot(int level,
java.lang.String tag,
Snapshot.Type type,
Group group,
ComparableProfiler profiler)
Instantiates a
Snapshot . |