
As expected, there is a delay between the moment I finish drawing a frame (flipping the front and back buffer in OpenGL). Frame pacing is indicated by the faint gray lines every 1/60 s. It appears that it takes precisely one frame to complete the frame drawing process (delay between top left and bottom right), which aligns with my expectations.
Now, when we examine the same plot for the Philips 328P6VU, a different pattern emerges. It appears that it takes wo frames to update the entire screen (the distance from dark red to green covers two of the faint gray lines):

Is this a known issue or behavior? This observation suggests that at any given time, there are three frames displayed on the screen, which seems unusual.

