Uses of Class
org.openjdk.jmh.profile.GCProfiler.HotspotAllocationSnapshot
Packages that use GCProfiler.HotspotAllocationSnapshot
-
Uses of GCProfiler.HotspotAllocationSnapshot in org.openjdk.jmh.profile
Fields in org.openjdk.jmh.profile declared as GCProfiler.HotspotAllocationSnapshotModifier and TypeFieldDescriptionGCProfiler.beforeAllocated
static final GCProfiler.HotspotAllocationSnapshot
GCProfiler.HotspotAllocationSnapshot.EMPTY
Methods in org.openjdk.jmh.profile that return GCProfiler.HotspotAllocationSnapshotMethods in org.openjdk.jmh.profile with parameters of type GCProfiler.HotspotAllocationSnapshotModifier and TypeMethodDescriptionlong
GCProfiler.HotspotAllocationSnapshot.subtract
(GCProfiler.HotspotAllocationSnapshot other) Estimates allocated bytes based on two snapshots.