What tool may I use to trace memory used in iOS?

Previous topic - Next topic

pinete

Hi!
I would appreciate so much if somebody could help me out with this matter..
My goal is to see how much memory is consumming my app during execution in an iPhone :)
thanks in advance!


spacefractal

hey, that would been cool for any OS as well. I have thinking the same, etc via PLATFORMINFO$("memory")
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

pinete

+1
I agree it would be cool to be able to do it from the app ;) to me is a pretty good idea :)
however, at the moment, I'm just looking for an external tool or whatever to let me see during execution or something how much memory my app is consumming.. :P
any hint?

Falstaff

I'm not sure but maybe something like this would help? I would imagine you'd have to do it through xcode in any case, I don't think GLB will do it built-in.

Crivens

It's all within Xcode. It's how I spotted shoebox had a memory leak. I've been away for a few weeks so don't remember the exact options but it's within the menu that includes build and compile etc. Note I haven't upgraded to Xcode4 yet.

Cheers
Current fave quote: Cause you like musicians and I like people with boobs.

Ian Price

I came. I saw. I played.

mentalthink

Yes in Xcode, you can see, all thing occurs into the iPhone, and well the memory test, goes very well for know the consume of the iOS Devices.