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
QRhiStats Struct Reference

\inmodule QtGui More...

#include <qrhi.h>

+ Collaboration diagram for QRhiStats:

Public Attributes

qint64 totalPipelineCreationTime = 0
 
quint32 blockCount = 0
 
quint32 allocCount = 0
 
quint64 usedBytes = 0
 
quint64 unusedBytes = 0
 
quint64 totalUsageBytes = 0
 

Detailed Description

\inmodule QtGui

Since
6.6

Statistics provided from the underlying memory allocator.

Note
This is a RHI API with limited compatibility guarantees, see \l QRhi for details.

Definition at line 1781 of file qrhi.h.

Member Data Documentation

◆ allocCount

quint32 QRhiStats::allocCount = 0

Definition at line 1786 of file qrhi.h.

Referenced by QQuick3DRenderStats::vmemAllocCount().

◆ blockCount

quint32 QRhiStats::blockCount = 0

Definition at line 1785 of file qrhi.h.

◆ totalPipelineCreationTime

qint64 QRhiStats::totalPipelineCreationTime = 0

◆ totalUsageBytes

quint64 QRhiStats::totalUsageBytes = 0

Definition at line 1790 of file qrhi.h.

◆ unusedBytes

quint64 QRhiStats::unusedBytes = 0

Definition at line 1788 of file qrhi.h.

◆ usedBytes

quint64 QRhiStats::usedBytes = 0

Definition at line 1787 of file qrhi.h.

Referenced by QQuick3DRenderStats::vmemUsedBytes().


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