FPS = 440 according to Stats, but Update prints only 50 frames?

I wrote a print function in update, and it prints only 50 times when in between Time.time seconds, when the FPS sais 440. It also skips on the audio counter that is counting at 100 buffers per second, which it wouldnt if update was running faster than 80. I thought that there was a new update function every frame, what is happening?

Time.deltaTime says 0.2 which is 50 FPS while the stats window said 400 so, perhaps it’s the refresh rate on the graphics card and unity has a different FPS.