The actual time between frames?
They will generally be close as long as nothing is moving around on your screen, and as long as you are not writing times to a file every frame.
Print to the debug console—it is still laggy but less so than writing to a file.
Also, waiting for v-sync can cause different delays between frames.
L. Spiro