Uses of Class
org.openjdk.jmh.runner.options.ProfilerConfig
-
Packages that use ProfilerConfig Package Description org.openjdk.jmh.profile org.openjdk.jmh.runner.options -
-
Uses of ProfilerConfig in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type ProfilerConfig Modifier and Type Method 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)
Method parameters in org.openjdk.jmh.profile with type arguments of type ProfilerConfig Modifier and Type Method 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)
-
Uses of ProfilerConfig in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options with type parameters of type ProfilerConfig Modifier and Type Field Description private java.util.List<ProfilerConfig>
CommandLineOptions. profilers
private java.util.List<ProfilerConfig>
OptionsBuilder. profilers
Methods in org.openjdk.jmh.runner.options that return types with arguments of type ProfilerConfig Modifier and Type Method Description java.util.List<ProfilerConfig>
CommandLineOptions. getProfilers()
java.util.List<ProfilerConfig>
Options. getProfilers()
Profilers to use for the run.java.util.List<ProfilerConfig>
OptionsBuilder. getProfilers()
-