Uses of Class
gw.util.perf.objectsize.ObjectSize
-
Packages that use ObjectSize Package Description gw.lang.reflect.java gw.util.perf.objectsize -
-
Uses of ObjectSize in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return ObjectSize Modifier and Type Method Description ObjectSizeIJavaType. getRetainedMemory() -
Uses of ObjectSize in gw.util.perf.objectsize
Methods in gw.util.perf.objectsize that return ObjectSize Modifier and Type Method Description static ObjectSizeObjectSizeUtil. deepSizeOf(Object obj)static ObjectSizeObjectSizeUtil. deepSizeOf(Object obj, IObjectSizeFilter filter, int maxObjects)Calculates full size of object iterating over its hierarchy graph.Methods in gw.util.perf.objectsize with parameters of type ObjectSize Modifier and Type Method Description voidObjectSize. add(ObjectSize size)
-