GLBasic forum

Main forum => GLBasic - en => Topic started by: pinete on 2011-Sep-25

Title: What tool may I use to trace memory used in iOS?
Post by: pinete on 2011-Sep-25
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!

Title: Re: What tool may I use to trace memory used in iOS?
Post by: spacefractal on 2011-Sep-25
hey, that would been cool for any OS as well. I have thinking the same, etc via PLATFORMINFO$("memory")
Title: Re: What tool may I use to trace memory used in iOS?
Post by: pinete on 2011-Sep-25
+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?
Title: Re: What tool may I use to trace memory used in iOS?
Post by: Falstaff on 2011-Sep-26
I'm not sure but maybe something like this (http://www.streamingcolour.com/blog/tutorials/tracking-iphone-memory-leaks/) 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.
Title: Re: What tool may I use to trace memory used in iOS?
Post by: Crivens on 2011-Sep-26
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
Title: Re: What tool may I use to trace memory used in iOS?
Post by: Ian Price on 2011-Sep-26
Welcome back BTW Crivens. :)
Title: Re: What tool may I use to trace memory used in iOS?
Post by: mentalthink on 2011-Sep-26
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.