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 ObjectSize
IJavaType. getRetainedMemory()
-
Uses of ObjectSize in gw.util.perf.objectsize
Methods in gw.util.perf.objectsize that return ObjectSize Modifier and Type Method Description static ObjectSize
ObjectSizeUtil. deepSizeOf(Object obj)
static ObjectSize
ObjectSizeUtil. 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 void
ObjectSize. add(ObjectSize size)
-