More FPS confusion

I have a panel that allows to reposition some subpanels
If I do it, my fps drop from around 600 to 150

If I add a hog CHOP and therefore limit my “base” framerate to around 60
and then reposition any of the subpanels, my fps drops from around 60 to 40

So I only get a drop of 20 fps, but why is the drop so much larger when I don’t artificially limit my fps to 60 with that hog CHOP?

thanks

You should be focusing on the amount of time it takes it do a frame when doing these comparisons.
The difference between 600fps and 150 fps is 5ms per frame (1.66 → 6.66). The difference between 60 fps and 40 fps is 9 ms per frame, (16.66 ms → 25 ms). So the difference is actually reverse what you think, the 60->40 is a bigger drop than 600->150.

makes sense. thank you. been fighting with this super-slow panel for so long that I started to wish that there’s some bug causing the slowdowns :wink: