| Package | Description |
|---|---|
| org.openjdk.jmh.profile |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPerfAsmProfiler |
class |
DTraceAsmProfiler
Mac OS X perfasm profiler based on DTrace "profile-n" provider which samples program counter by timer interrupt.
|
class |
LinuxPerfAsmProfiler |
class |
LinuxPerfNormProfiler |
class |
LinuxPerfProfiler |
class |
SafepointsProfiler |
class |
WinPerfAsmProfiler
Windows performance profiler based on "xperf" utility.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ExternalProfiler> |
ProfilerFactory.getSupportedExternal(Collection<ProfilerConfig> cfg) |
Copyright © 2012–2018 Oracle. All rights reserved.