Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlPreviewClient::FpsInfo Struct Reference

#include <qqmlpreviewclient_p.h>

+ Collaboration diagram for QQmlPreviewClient::FpsInfo:

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
 

Detailed Description

Definition at line 42 of file qqmlpreviewclient_p.h.

Member Data Documentation

◆ maxRender

quint16 QQmlPreviewClient::FpsInfo::maxRender = 0

Definition at line 50 of file qqmlpreviewclient_p.h.

◆ maxSync

quint16 QQmlPreviewClient::FpsInfo::maxSync = 0

Definition at line 45 of file qqmlpreviewclient_p.h.

◆ minRender

quint16 QQmlPreviewClient::FpsInfo::minRender = std::numeric_limits<quint16>::max()

Definition at line 49 of file qqmlpreviewclient_p.h.

◆ minSync

quint16 QQmlPreviewClient::FpsInfo::minSync = std::numeric_limits<quint16>::max()

Definition at line 44 of file qqmlpreviewclient_p.h.

◆ numRenders

quint16 QQmlPreviewClient::FpsInfo::numRenders = 0

Definition at line 48 of file qqmlpreviewclient_p.h.

◆ numSyncs

quint16 QQmlPreviewClient::FpsInfo::numSyncs = 0

Definition at line 43 of file qqmlpreviewclient_p.h.

◆ totalRender

quint16 QQmlPreviewClient::FpsInfo::totalRender = 0

Definition at line 51 of file qqmlpreviewclient_p.h.

◆ totalSync

quint16 QQmlPreviewClient::FpsInfo::totalSync = 0

Definition at line 46 of file qqmlpreviewclient_p.h.


The documentation for this struct was generated from the following file: