Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.runner.options |
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalProfiler
External profiler: profilers to be run outside of JVM.
|
interface |
InternalProfiler
Internal profiler.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPerfAsmProfiler |
class |
ClassloaderProfiler |
class |
CompilerProfiler |
class |
GCProfiler |
class |
HotspotClassloadingProfiler |
class |
HotspotCompilationProfiler |
class |
HotspotMemoryProfiler |
class |
HotspotRuntimeProfiler |
class |
HotspotThreadProfiler |
class |
LinuxPerfAsmProfiler |
class |
LinuxPerfNormProfiler |
class |
LinuxPerfProfiler |
class |
StackProfiler
Very basic and naive stack profiler.
|
class |
WinPerfAsmProfiler
Windows performance profiler based on "xperf" utility.
|
Modifier and Type | Method and Description |
---|---|
static Profiler |
ProfilerFactory.getProfilerOrException(ProfilerConfig cfg) |
Modifier and Type | Method and Description |
---|---|
ChainedOptionsBuilder |
OptionsBuilder.addProfiler(Class<? extends Profiler> prof) |
ChainedOptionsBuilder |
ChainedOptionsBuilder.addProfiler(Class<? extends Profiler> profiler)
Add the profiler in the run
|
ChainedOptionsBuilder |
OptionsBuilder.addProfiler(Class<? extends Profiler> prof,
String initLine) |
ChainedOptionsBuilder |
ChainedOptionsBuilder.addProfiler(Class<? extends Profiler> profiler,
String initLine)
Add the profiler in the run
|
Copyright © 2016. All rights reserved.