Drawing inconsistency?
I've been having major problems with drawing images after running my app on the iphone rather than the simulator.
I started logging the elapsed time it takes to re-draw my app ( its a game, so drawing is a major thing ), and I noticed something curious:
On average, it takes about 0.156s to do one redraw, but there were also many draws that were less than 0.02s ( thats right like 8-10x faster ) than average.
I'm not changing anything that I'm drawing, but for some reason, I get like 10 or so frames in a row where I get drawing times of 0.01-0.02s wherease all the reset are from 0.15 - 0.20 .
Any ideas?
|