![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlpreviewclient_p.h>
Public Attributes | |
quint16 | numSyncs = 0 |
quint16 | minSync = std::numeric_limits<quint16>::max() |
quint16 | maxSync = 0 |
quint16 | totalSync = 0 |
quint16 | numRenders = 0 |
quint16 | minRender = std::numeric_limits<quint16>::max() |
quint16 | maxRender = 0 |
quint16 | totalRender = 0 |
Definition at line 42 of file qqmlpreviewclient_p.h.
quint16 QQmlPreviewClient::FpsInfo::maxRender = 0 |
Definition at line 50 of file qqmlpreviewclient_p.h.
quint16 QQmlPreviewClient::FpsInfo::maxSync = 0 |
Definition at line 45 of file qqmlpreviewclient_p.h.
Definition at line 49 of file qqmlpreviewclient_p.h.
Definition at line 44 of file qqmlpreviewclient_p.h.
quint16 QQmlPreviewClient::FpsInfo::numRenders = 0 |
Definition at line 48 of file qqmlpreviewclient_p.h.
quint16 QQmlPreviewClient::FpsInfo::numSyncs = 0 |
Definition at line 43 of file qqmlpreviewclient_p.h.
quint16 QQmlPreviewClient::FpsInfo::totalRender = 0 |
Definition at line 51 of file qqmlpreviewclient_p.h.
quint16 QQmlPreviewClient::FpsInfo::totalSync = 0 |
Definition at line 46 of file qqmlpreviewclient_p.h.