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