Uses of Class
com.google.caliper.memory.ObjectGraphMeasurer.Footprint
-
Packages that use ObjectGraphMeasurer.Footprint Package Description com.google.caliper.memory -
-
Uses of ObjectGraphMeasurer.Footprint in com.google.caliper.memory
Methods in com.google.caliper.memory that return ObjectGraphMeasurer.Footprint Modifier and Type Method Description static ObjectGraphMeasurer.FootprintObjectGraphMeasurer. measure(Object rootObject)Measures the footprint of the specified object graph.static ObjectGraphMeasurer.FootprintObjectGraphMeasurer. measure(Object rootObject, com.google.common.base.Predicate<Object> objectAcceptor)Measures the footprint of the specified object graph.
-