How to know in xCode how much memory occupied by my object graph.
Posted
by ddnv
on Stack Overflow
See other posts from Stack Overflow
or by ddnv
Published on 2010-04-01T08:00:20Z
Indexed on
2010/04/01
8:03 UTC
Read the original article
Hit count: 132
I have one big object graph. It begins from one root object and its properties are arrays which consist of other object and so on. I want to know how much memory is eating by this graph at all. Have xCode any instrument that will show me this information by root object?
© Stack Overflow or respective owner