Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.runner.options |
Modifier and Type | Method and Description |
---|---|
private static Profiler |
ProfilerFactory.getProfiler(ProfilerConfig cfg) |
static Profiler |
ProfilerFactory.getProfilerOrException(ProfilerConfig cfg) |
private static Profiler |
ProfilerFactory.getProfilerOrNull(ProfilerConfig cfg) |
private static Profiler |
ProfilerFactory.instantiate(ProfilerConfig cfg,
java.lang.Class<? extends Profiler> p) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ExternalProfiler> |
ProfilerFactory.getSupportedExternal(java.util.Collection<ProfilerConfig> cfg) |
static java.util.List<InternalProfiler> |
ProfilerFactory.getSupportedInternal(java.util.Collection<ProfilerConfig> cfg) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ProfilerConfig> |
CommandLineOptions.profilers |
private java.util.List<ProfilerConfig> |
OptionsBuilder.profilers |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfilerConfig> |
CommandLineOptions.getProfilers() |
java.util.List<ProfilerConfig> |
OptionsBuilder.getProfilers() |
java.util.List<ProfilerConfig> |
Options.getProfilers()
Profilers to use for the run.
|