Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRhiStats Struct Reference

\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h 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 QtGuiPrivate \inheaderfile rhi/qrhi.h

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 1829 of file qrhi.h.

Member Data Documentation

◆ allocCount

quint32 QRhiStats::allocCount = 0

Definition at line 1834 of file qrhi.h.

◆ blockCount

quint32 QRhiStats::blockCount = 0

Definition at line 1833 of file qrhi.h.

◆ totalPipelineCreationTime

qint64 QRhiStats::totalPipelineCreationTime = 0

Definition at line 1831 of file qrhi.h.

◆ totalUsageBytes

quint64 QRhiStats::totalUsageBytes = 0

Definition at line 1838 of file qrhi.h.

◆ unusedBytes

quint64 QRhiStats::unusedBytes = 0

Definition at line 1836 of file qrhi.h.

◆ usedBytes

quint64 QRhiStats::usedBytes = 0

Definition at line 1835 of file qrhi.h.


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