Package | Description |
---|---|
org.openjdk.jmh.profile |
Modifier and Type | Field and Description |
---|---|
private GCProfiler.HotspotAllocationSnapshot |
GCProfiler.beforeAllocated |
static GCProfiler.HotspotAllocationSnapshot |
GCProfiler.HotspotAllocationSnapshot.EMPTY |
Modifier and Type | Method and Description |
---|---|
static GCProfiler.HotspotAllocationSnapshot |
GCProfiler.VMSupport.getSnapshot() |
Modifier and Type | Method and Description |
---|---|
long |
GCProfiler.HotspotAllocationSnapshot.subtract(GCProfiler.HotspotAllocationSnapshot other)
Estimates allocated bytes based on two snapshots.
|