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 TypeInterfaceDescriptioninterface
External profiler: profilers to be run outside of JVM.interface
Internal profiler.Classes in org.openjdk.jmh.profile that implement ProfilerModifier and TypeClassDescriptionclass
final class
A profiler based on async-profiler.class
class
class
Mac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.class
final class
A profiler based on Java Flight Recorder.class
final class
class
class
class
class
class
Very basic and naive stack profiler.class
Windows 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 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) 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 Profiler
ProfilerFactory.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)