ios - why is memory usage changing when no code is being executed? (as3) -
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
Post a Comment