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 ProfilerProfilerFactory. getProfiler(ProfilerConfig cfg)static ProfilerProfilerFactory. getProfilerOrException(ProfilerConfig cfg)private static ProfilerProfilerFactory. getProfilerOrNull(ProfilerConfig cfg)private static ProfilerProfilerFactory. 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. profilersprivate java.util.List<ProfilerConfig>OptionsBuilder. profilersMethods 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()
-