Uses of Interface
org.openjdk.jmh.profile.ExternalProfiler
-
Packages that use ExternalProfiler Package Description org.openjdk.jmh.profile -
-
Uses of ExternalProfiler in org.openjdk.jmh.profile
Classes in org.openjdk.jmh.profile that implement ExternalProfiler Modifier and Type Class Description classAbstractPerfAsmProfilerclassAsyncProfilerA profiler based on async-profiler.classDTraceAsmProfilerMac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.classJavaFlightRecorderProfilerA profiler based on Java Flight Recorder.classLinuxPerfAsmProfilerclassLinuxPerfC2CProfilerclassLinuxPerfNormProfilerclassLinuxPerfProfilerclassSafepointsProfilerclassWinPerfAsmProfilerWindows performance profiler based on "xperf" utility.Methods in org.openjdk.jmh.profile that return types with arguments of type ExternalProfiler Modifier and Type Method Description static List<ExternalProfiler>ProfilerFactory. getSupportedExternal(Collection<ProfilerConfig> cfg)
-