Uses of Interface
org.openjdk.jmh.profile.Profiler
-
Packages that use Profiler Package Description org.openjdk.jmh.profile org.openjdk.jmh.runner.options -
-
Uses of Profiler in org.openjdk.jmh.profile
Subinterfaces of Profiler in org.openjdk.jmh.profile Modifier and Type Interface Description interfaceExternalProfilerExternal profiler: profilers to be run outside of JVM.interfaceInternalProfilerInternal profiler.Classes in org.openjdk.jmh.profile that implement Profiler Modifier and Type Class Description classAbstractPerfAsmProfilerclassAsyncProfilerA profiler based on async-profiler.classClassloaderProfilerclassCompilerProfilerclassDTraceAsmProfilerMac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.classGCProfilerclassJavaFlightRecorderProfilerA profiler based on Java Flight Recorder.classLinuxPerfAsmProfilerclassLinuxPerfC2CProfilerclassLinuxPerfNormProfilerclassLinuxPerfProfilerclassPausesProfilerclassSafepointsProfilerclassStackProfilerVery basic and naive stack profiler.classWinPerfAsmProfilerWindows performance profiler based on "xperf" utility.Methods in org.openjdk.jmh.profile that return Profiler Modifier and Type Method Description static 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 Profiler Modifier and Type Method Description ChainedOptionsBuilderChainedOptionsBuilder. addProfiler(Class<? extends Profiler> profiler)Add the profiler in the runChainedOptionsBuilderChainedOptionsBuilder. addProfiler(Class<? extends Profiler> profiler, String initLine)Add the profiler in the runChainedOptionsBuilderOptionsBuilder. addProfiler(Class<? extends Profiler> prof)ChainedOptionsBuilderOptionsBuilder. addProfiler(Class<? extends Profiler> prof, String initLine)
-