WaitForTargetFPS even I don't have VSync

Hi,
Can you tell me why WaitForTargetFPS use a lot of time even I don’t have VSync enabled?

Thanks!

Search your entire solution for scripts that contain Application.targetFrameRate, it forces your game to aim for a certain FPScount (usually 60fps). If you don’t want that to affect CPU performance, just comment those lines.