ios - why is memory usage changing when no code is being executed? (as3) -


the graph

hi there, can see graph profiler on space of 1 minute memory rises 2mb , drops down rise again same spot. on blank screen , no code running. no new objects being created. i've noticed on ios cpu usage rising , falling in similar pattern-from 20% 70%.
reading.

there many reasons. had similar situation cpu strangely high.

my debugging methodology comment out code other boiler plate document class constructor , introduce variables, classes , methods (in blocks rather 1 @ time!) until issue reappeared.

in particular case network monitor class had incorrectly set up.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -