Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Understanding how memory management works? My app lags — Gideros Forum

Understanding how memory management works? My app lags

MellsMells Guru
edited July 2013 in General questions
Hi,

I am testing a few prototypes and sometimes notice that they lag a little bit on my device (ios).
For example, when I touch a button the app reacts with a certain delay.
If I close a few apps from the multitasking tray, the app reacts better.
It does not seem to be related to the FPS.

So I would like to understand : where is that lag coming from?
  • Is the size of my textures too big?
  • Is the number of files in memory too big?
  • Are the operations that I ask to the app too heavy? (box2D, etc)
As you can see, my understanding of what is treated by the CPU, GPU (if any, in a mobile device?), and what is in RAM is limited.

Ideally, I would like to be able to identify each kind of lag/error/crash.
How can I identify this type of lag, and even better track it?


twitter@TheWindApps Artful applications : The Wind Forest. #art #japan #apps

Comments

Sign In or Register to comment.