Package | Description |
---|---|
com.microej.profiling |
This package gathers profiler.
|
com.microej.profiling.profiler |
This package gathers the different profilers.
|
Modifier and Type | Method and Description |
---|---|
Profiler |
AutomaticProfiler.getProfiler()
Gets the profiler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComparableProfiler
A profiler that can be compare in between two samples.
|
interface |
InstantProfiler
A profiler that can be used to get instant value.
|
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.
|