Package com.google.caliper.memory
-
Interface Summary Interface Description ObjectVisitor<T> A visitor that controls an object traversal. -
Class Summary Class Description Chain A chain of references, which starts at a root object and leads to a particular value (either an object or a primitive).ObjectExplorer A depth-first object graph explorer.ObjectGraphMeasurer A tool that can qualitatively measure the footprint (e.g., number of objects, references, primitives) of a graph structure.ObjectGraphMeasurer.Footprint The footprint of an object graph. -
Enum Summary Enum Description ObjectExplorer.Feature Enumeration of features that may be optionally requested for an object traversal.ObjectVisitor.Traversal Constants that denote how the traversal of a given object (chain) should continue.