I've developed a game for iPhone in c++ and OpenGL, and did all my testing in an iPod 3rd gen where it runs at constant 60fps.
Now I'm doing some tests on an iPod 1st gen and I get about 20-30 fps (about 35 ms per frame). I know that's normal because of hardware differences, but the most weird part is that every 40 frames (aprox) there is a frame that takes about 120 ms and I can't find the problem; it seems it's random.
Has anyone had this problem? Is it normal?
Also, I will appreciate any idea.