Reliable way to measure QML framerate
Unsolved
General and Desktop
-
Hi,
How can I measure framerate?
I used void QQuickWindow::frameSwapped() and QElapsedTimer reseted after each call to get time between each frame.
Are there other ways to do it? -
@SebastianM QML has a fixed framerate of 60 fps. But if you want to verify, set
QSG_INFO
env variable and Qt will print frame times to console.