Qt 6.x
The Qt SDK
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 1744 of file qrhi.h.

Member Data Documentation

◆ allocCount

quint32 QRhiStats::allocCount = 0

Definition at line 1749 of file qrhi.h.

◆ blockCount

quint32 QRhiStats::blockCount = 0

Definition at line 1748 of file qrhi.h.

◆ totalPipelineCreationTime

qint64 QRhiStats::totalPipelineCreationTime = 0

Definition at line 1746 of file qrhi.h.

◆ totalUsageBytes

quint64 QRhiStats::totalUsageBytes = 0

Definition at line 1753 of file qrhi.h.

◆ unusedBytes

quint64 QRhiStats::unusedBytes = 0

Definition at line 1751 of file qrhi.h.

◆ usedBytes

quint64 QRhiStats::usedBytes = 0

Definition at line 1750 of file qrhi.h.


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