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.HotspotAllocationSnapshotGCProfiler. beforeAllocatedstatic GCProfiler.HotspotAllocationSnapshotGCProfiler.HotspotAllocationSnapshot. EMPTYMethods in org.openjdk.jmh.profile that return GCProfiler.HotspotAllocationSnapshot Modifier and Type Method Description static GCProfiler.HotspotAllocationSnapshotGCProfiler.VMSupport. getSnapshot()Methods in org.openjdk.jmh.profile with parameters of type GCProfiler.HotspotAllocationSnapshot Modifier and Type Method Description longGCProfiler.HotspotAllocationSnapshot. subtract(GCProfiler.HotspotAllocationSnapshot other)Estimates allocated bytes based on two snapshots.
-