how do I find size of object in heap including all the objects it references from its fields?
In the Classes view under heap dump, the size only indicates the "shallow" size of object. I would like to know transitively what the size of the object is, basically the total size of objects that it references through fields.
thanks