Uses of Class
org.openjdk.jmh.profile.GCProfiler.HotspotAllocationSnapshot
-
Packages that use GCProfiler.HotspotAllocationSnapshot Package Description org.openjdk.jmh.profile -
-
Uses of GCProfiler.HotspotAllocationSnapshot in org.openjdk.jmh.profile
Fields in org.openjdk.jmh.profile declared as GCProfiler.HotspotAllocationSnapshot Modifier and Type Field Description private GCProfiler.HotspotAllocationSnapshot
GCProfiler. beforeAllocated
static GCProfiler.HotspotAllocationSnapshot
GCProfiler.HotspotAllocationSnapshot. EMPTY
Methods in org.openjdk.jmh.profile that return GCProfiler.HotspotAllocationSnapshot Modifier and Type Method Description static GCProfiler.HotspotAllocationSnapshot
GCProfiler.VMSupport. getSnapshot()
Methods in org.openjdk.jmh.profile with parameters of type GCProfiler.HotspotAllocationSnapshot Modifier and Type Method Description long
GCProfiler.HotspotAllocationSnapshot. subtract(GCProfiler.HotspotAllocationSnapshot other)
Estimates allocated bytes based on two snapshots.
-