Uses of Class
org.openjdk.jmh.runner.options.ProfilerConfig
Packages that use ProfilerConfig
-
Uses of ProfilerConfig in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile with parameters of type ProfilerConfigModifier and TypeMethodDescriptionprivate 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, Class<? extends Profiler> p) Method parameters in org.openjdk.jmh.profile with type arguments of type ProfilerConfigModifier and TypeMethodDescriptionstatic List
<ExternalProfiler> ProfilerFactory.getSupportedExternal
(Collection<ProfilerConfig> cfg) static List
<InternalProfiler> ProfilerFactory.getSupportedInternal
(Collection<ProfilerConfig> cfg) -
Uses of ProfilerConfig in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options with type parameters of type ProfilerConfigModifier and TypeFieldDescriptionprivate final List
<ProfilerConfig> CommandLineOptions.profilers
private final List
<ProfilerConfig> OptionsBuilder.profilers
Methods in org.openjdk.jmh.runner.options that return types with arguments of type ProfilerConfigModifier and TypeMethodDescriptionCommandLineOptions.getProfilers()
Options.getProfilers()
Profilers to use for the run.OptionsBuilder.getProfilers()