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.Fields in org.openjdk.jmh.profile with type parameters of type Profiler Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.Class<? extends Profiler>>ProfilerFactory. BUILT_INMethods in org.openjdk.jmh.profile that return Profiler Modifier and Type Method Description private static ProfilerProfilerFactory. getProfiler(ProfilerConfig cfg)static ProfilerProfilerFactory. getProfilerOrException(ProfilerConfig cfg)private static ProfilerProfilerFactory. getProfilerOrNull(ProfilerConfig cfg)private static ProfilerProfilerFactory. instantiate(ProfilerConfig cfg, java.lang.Class<? extends Profiler> p)Methods in org.openjdk.jmh.profile that return types with arguments of type Profiler Modifier and Type Method Description private static java.util.List<java.lang.Class<? extends Profiler>>ProfilerFactory. getDiscoveredProfilers()Method parameters in org.openjdk.jmh.profile with type arguments of type Profiler Modifier and Type Method Description private static ProfilerProfilerFactory. instantiate(ProfilerConfig cfg, java.lang.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 Profiler Modifier and Type Method Description ChainedOptionsBuilderChainedOptionsBuilder. addProfiler(java.lang.Class<? extends Profiler> profiler)Add the profiler in the runChainedOptionsBuilderChainedOptionsBuilder. addProfiler(java.lang.Class<? extends Profiler> profiler, java.lang.String initLine)Add the profiler in the runChainedOptionsBuilderOptionsBuilder. addProfiler(java.lang.Class<? extends Profiler> prof)ChainedOptionsBuilderOptionsBuilder. addProfiler(java.lang.Class<? extends Profiler> prof, java.lang.String initLine)
-