I have been profiling my application which runs pretty smooth (until thermal throttling kicks in). The weird thing is that the profilings look pretty good, but the device still heats up. And my example game is pretty simple, no massive assets. One max 20k vertices 3d object + some sprites.
It would be nice to see other peoples profiling outputs for “well behaved” games, and why not also for problem games. I haven’t been able to find any real world examples of profiling online.
What I find weird is the constant spikes and fluctuations in my profilings, even though the scene is all static sprites which are not moving for example.
And the infamous “clear” GPU method call is also visible.
Here are some screenshots