Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.runner |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractHotspotProfiler |
class |
ClassloaderProfiler |
class |
CompilerProfiler |
class |
GCProfiler |
class |
HotspotClassloadingProfiler |
class |
HotspotCompilationProfiler |
class |
HotspotMemoryProfiler |
class |
HotspotRuntimeProfiler |
class |
HotspotThreadProfiler |
class |
StackProfiler
Very basic and naive stack profiler.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<InternalProfiler> |
ProfilerFactory.getSupportedInternal(java.util.Collection<ProfilerConfig> cfg) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<InternalProfiler> |
BenchmarkHandler.profilers |
private java.util.List<InternalProfiler> |
BenchmarkHandler.profilersRev |