I have an object which is a composite of several other objects. When i use the getObjectSize() method in the Instrumentation package, does it include the size of the composite objects also?
|
feedback
|
|
The API doc says:
| |||
|
feedback
|
|
No. The returned size reflects the size of that object - it includes the references that object holds, but not the size of the objects being referred to. (And, as others have noted, it's not guaranteed to actually be correct.) | |||
|
feedback
|
|
| |||
feedback
|