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 static ProfilerProfilerFactory. getProfilerOrException(ProfilerConfig cfg)Method parameters in org.openjdk.jmh.profile with type arguments of type ProfilerConfig Modifier and Type Method Description static List<ExternalProfiler>ProfilerFactory. getSupportedExternal(Collection<ProfilerConfig> cfg)static List<InternalProfiler>ProfilerFactory. getSupportedInternal(Collection<ProfilerConfig> cfg) -
Uses of ProfilerConfig in org.openjdk.jmh.runner.options
Methods in org.openjdk.jmh.runner.options that return types with arguments of type ProfilerConfig Modifier and Type Method Description List<ProfilerConfig>CommandLineOptions. getProfilers()List<ProfilerConfig>Options. getProfilers()Profilers to use for the run.List<ProfilerConfig>OptionsBuilder. getProfilers()
-