Hi all newbie in iPhone dev thanks to all : Is there a way/ a tool to know how much memory an object uses when it is created while the app is running ? Using thé console for example.
Thanks
Hi all newbie in iPhone dev thanks to all : Is there a way/ a tool to know how much memory an object uses when it is created while the app is running ? Using thé console for example.
Thanks
Instruments, included with Xcode Tools, can show you a lot of interesting information about your running application.
Choose Run->Run with Performance Tool-> Object Allocations. (Or whichever thing you want to monitor)