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 classclassclassclassclassclassclassVery basic and naive stack profiler.classWindows performance profiler based on "xperf" utility.Methods in org.openjdk.jmh.profile that return ProfilerModifier and TypeMethodDescriptionstatic ProfilerProfilerFactory.getProfilerOrException(ProfilerConfig cfg) -
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)