glXSwapBuffers() timing

Hi,

Is it possible to determine the timing relationship between the return of glXSwapBuffers() and the time the data on the screen actually changes?

I’m looking for at least 1ms resolution, but a 60Hz refresh rate gives 16.67ms period in which glXSwapBuffers() operates.

Thanks