Package | Description |
---|---|
org.openjdk.jmh.profile | |
org.openjdk.jmh.runner |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPerfAsmProfiler |
class |
LinuxPerfAsmProfiler |
class |
LinuxPerfNormProfiler |
class |
LinuxPerfProfiler |
class |
WinPerfAsmProfiler
Windows performance profiler based on "xperf" utility.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ExternalProfiler> |
ProfilerFactory.getSupportedExternal(java.util.Collection<ProfilerConfig> cfg) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<java.lang.String> |
Runner.getForkedMainCommand(BenchmarkParams benchmark,
java.util.List<ExternalProfiler> profilers,
java.lang.String host,
int port) |