Uses of Interface
org.openjdk.jmh.profile.Profiler
Packages that use Profiler
-
Uses of Profiler in org.openjdk.jmh.profile
Subinterfaces of Profiler in org.openjdk.jmh.profileModifier and TypeInterfaceDescriptioninterfaceExternal profiler: profilers to be run outside of JVM.interfaceInternal profiler.Classes in org.openjdk.jmh.profile that implement ProfilerModifier and TypeClassDescriptionclassfinal classA profiler based on async-profiler.classclassclassMac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.classfinal classA profiler based on Java Flight Recorder.classfinal classclassclassclassclassclassVery basic and naive stack profiler.classWindows performance profiler based on "xperf" utility.Fields in org.openjdk.jmh.profile with type parameters of type ProfilerMethods in org.openjdk.jmh.profile that return ProfilerModifier 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) Methods in org.openjdk.jmh.profile that return types with arguments of type ProfilerMethod parameters in org.openjdk.jmh.profile with type arguments of type ProfilerModifier and TypeMethodDescriptionprivate static ProfilerProfilerFactory.instantiate(ProfilerConfig cfg, Class<? extends Profiler> p) -
Uses of Profiler in org.openjdk.jmh.runner.options
Method parameters in org.openjdk.jmh.runner.options with type arguments of type ProfilerModifier and TypeMethodDescriptionChainedOptionsBuilder.addProfiler(Class<? extends Profiler> profiler) Add the profiler in the runChainedOptionsBuilder.addProfiler(Class<? extends Profiler> profiler, String initLine) Add the profiler in the runOptionsBuilder.addProfiler(Class<? extends Profiler> prof) OptionsBuilder.addProfiler(Class<? extends Profiler> prof, String initLine)