Relative Content

Tag Archive for c++qtopenglframe-rate

Measuring FPS using QT

I am trying to make a software using QT to measure the FPS of a specific area of the screen. The software is as follows: a main window with a button and label to display the current FPS and average, an overlay window that will represents the area where the measurement will be done.