I have a QML scene that renders at 58ms per frame using OpenGLES on my GPU.
I expect that when I cover half of the screen with a simple opaque black rectangle, the frame render time will reduce.
However, this does not happen.
How can I debug this easiest?