Profiling OpenGL ES App
I'm just about at my wits end today. I had a game started that I was hoping to just use UIKit for all the graphics. Yes, it's hackish but it worked until I got about 95% of the stuff in the game.
Now I've switch over to OpenGL but I cannot for the life of me figure out why it's running at about 46-47 fps instead of 60. Right now I'm drawing three quads (as three triangle strips). All three are textured and sampled from one 512x512 sprite sheet (so I never switch textures). This isn't my entire game, so I'm worried that it's already at 46-47 fps when it really should be able to tear into this and get 60fps.
I think I need to be using Instruments for this but I can't figure out what to look for in terms of bottle neck. I used the OpenGL template (which is how I found out the frame rate), but I can't figure out what to look at to determine the bottleneck.
Any ideas or help?
Now I've switch over to OpenGL but I cannot for the life of me figure out why it's running at about 46-47 fps instead of 60. Right now I'm drawing three quads (as three triangle strips). All three are textured and sampled from one 512x512 sprite sheet (so I never switch textures). This isn't my entire game, so I'm worried that it's already at 46-47 fps when it really should be able to tear into this and get 60fps.
I think I need to be using Instruments for this but I can't figure out what to look for in terms of bottle neck. I used the OpenGL template (which is how I found out the frame rate), but I can't figure out what to look at to determine the bottleneck.
Any ideas or help?
| Messages In This Thread |
|
Profiling OpenGL ES App - Nick - Feb 15, 2009 09:11 PM
Profiling OpenGL ES App - Nick - Feb 15, 2009, 09:31 PM
Profiling OpenGL ES App - Frank C. - Feb 15, 2009, 10:15 PM
Profiling OpenGL ES App - Nick - Feb 15, 2009, 10:58 PM
Profiling OpenGL ES App - Nosredna - Feb 16, 2009, 08:54 AM
Profiling OpenGL ES App - AnotherJake - Feb 16, 2009, 10:22 AM
Profiling OpenGL ES App - Nosredna - Feb 16, 2009, 11:16 AM
Profiling OpenGL ES App - Nick - Feb 16, 2009, 02:30 PM
Profiling OpenGL ES App - Frank C. - Feb 16, 2009, 03:12 PM
Profiling OpenGL ES App - AnotherJake - Feb 16, 2009, 03:16 PM
Profiling OpenGL ES App - AnotherJake - Feb 16, 2009, 03:37 PM
Profiling OpenGL ES App - Frank C. - Feb 16, 2009, 04:28 PM
Profiling OpenGL ES App - Nick - Feb 16, 2009, 04:34 PM
Profiling OpenGL ES App - Frank C. - Mar 8, 2009, 03:45 PM
Profiling OpenGL ES App - imikedaman - Mar 8, 2009, 09:13 PM
Profiling OpenGL ES App - AnotherJake - Mar 9, 2009, 08:08 AM
Profiling OpenGL ES App - dave1 - Apr 17, 2009, 02:06 PM
Profiling OpenGL ES App - riruilo - Jan 19, 2010, 07:52 AM
Profiling OpenGL ES App - warmi - Jan 19, 2010, 09:29 AM
Profiling OpenGL ES App - riruilo - Jan 19, 2010, 11:31 AM
Profiling OpenGL ES App - Frank C. - Jan 19, 2010, 08:50 PM
|
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Profiling the non-OpenGL parts of my game | monteboyd | 10 | 3,025 |
Oct 25, 2012 04:03 PM Last Post: monteboyd |
|

