Sorry.. i ment the TD3DPresentParameters structure.

You should try to set PresentationInterval to D3DPRESENT_INTERVAL_IMMEDIATE. That will disable V-Sync. You will get higher framerates, even when you are not covering the window.

Can you show me your FPS calculation code. There might be a bug in it.