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 |
---|---|
static void |
SampleProfiler.enter(Group group)
Enters a new code block.
|
static void |
SampleProfiler.enter(java.lang.String tag,
Group group)
Enters a new code block.
|
static void |
SampleProfiler.exit(Group group)
Exits a code block.
|
static void |
SampleProfiler.exit(java.lang.String tag,
Group group)
Exits a code block.
|
Modifier and Type | Method and Description |
---|---|
Group |
Snapshot.getGroup()
Gets the group.
|
Modifier and Type | Method and Description |
---|---|
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 . |