Uses of Interface
org.openjdk.jmh.profile.ExternalProfiler
Packages that use ExternalProfiler
-
Uses of ExternalProfiler in org.openjdk.jmh.profile
Classes in org.openjdk.jmh.profile that implement ExternalProfilerModifier and TypeClassDescriptionclass
final class
A profiler based on async-profiler.class
Mac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.final class
A profiler based on Java Flight Recorder.class
final class
class
class
class
class
Windows performance profiler based on "xperf" utility.Methods in org.openjdk.jmh.profile that return types with arguments of type ExternalProfilerModifier and TypeMethodDescriptionstatic List
<ExternalProfiler> ProfilerFactory.getSupportedExternal
(Collection<ProfilerConfig> cfg) -
Uses of ExternalProfiler in org.openjdk.jmh.runner
Method parameters in org.openjdk.jmh.runner with type arguments of type ExternalProfilerModifier and TypeMethodDescriptionRunner.getForkedMainCommand
(BenchmarkParams benchmark, List<ExternalProfiler> profilers, String host, int port)