Package | Description |
---|---|
com.microej.profiling |
This package gathers profiler.
|
com.microej.profiling.internal.snapshot |
This package gathers internal classes.
|
com.microej.profiling.profiler |
This package gathers the different profilers.
|
Modifier and Type | Method and Description |
---|---|
static void |
SampleProfiler.addProfiler(ComparableProfiler profiler)
Adds a
SampleProfiler to follow. |
Modifier and Type | Method and Description |
---|---|
static void |
SampleProfiler.addProfilers(java.util.Collection<ComparableProfiler> profilers)
Adds a collection of
SampleProfiler to follow. |
Modifier and Type | Method and Description |
---|---|
ComparableProfiler |
Snapshot.getProfiler()
Gets the profiler.
|
Constructor and Description |
---|
ProfilerSnapshots(ComparableProfiler profiler)
Instantiates a
PrintableSnapshot . |
Snapshot(int level,
java.lang.String tag,
Snapshot.Type type,
Group group,
ComparableProfiler profiler)
Instantiates a
Snapshot . |
Constructor and Description |
---|
ThreadInfo(java.util.List<ComparableProfiler> profilers,
java.lang.Thread thread)
Instantiates a
ThreadInfo . |
Modifier and Type | Class and Description |
---|---|
class |
HeapProfiler
Profile the heap memory usage.
|
class |
ImmortalsProfiler
Profile the immortalls memory usage.
|
class |
MemoryProfiler
Profile the memory usage.
|
class |
ThreadsProfiler
Profile the active threads count.
|
class |
TimeProfiler
Profile the time.
|