java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiStats
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Statistics provided from the underlying memory allocator
Java wrapper for Qt class QRhiStats
This class was introduced in Qt 6.6.
-
Constructor Summary
ConstructorDescriptionSeeQRhiStats::
QRhiStats() QRhiStats
(long totalPipelineCreationTime, int blockCount, int allocCount, long usedBytes, long unusedBytes, long totalUsageBytes) SeeQRhiStats::
QRhiStats{qint64, quint32, quint32, quint64, quint64, quint64} SeeQRhiStats::
QRhiStats(QRhiStats) -
Method Summary
Modifier and TypeMethodDescriptionfinal int
final int
clone()
Creates and returns a copy of this object.final void
setAllocCount
(int allocCount) final void
setBlockCount
(int blockCount) final void
setTotalPipelineCreationTime
(long totalPipelineCreationTime) final void
setTotalUsageBytes
(long totalUsageBytes) final void
setUnusedBytes
(long unusedBytes) final void
setUsedBytes
(long usedBytes) toString()
Seeoperator<<(QDebug,
QRhiStats) final long
final long
final long
final long
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiStats
public QRhiStats()See
QRhiStats::
QRhiStats() -
QRhiStats
See
QRhiStats::
QRhiStats(QRhiStats) -
QRhiStats
public QRhiStats(long totalPipelineCreationTime, int blockCount, int allocCount, long usedBytes, long unusedBytes, long totalUsageBytes) See
QRhiStats::
QRhiStats{qint64, quint32, quint32, quint64, quint64, quint64}
-
-
Method Details
-
setAllocCount
-
allocCount
-
setBlockCount
-
blockCount
-
setTotalPipelineCreationTime
-
totalPipelineCreationTime
-
setTotalUsageBytes
-
totalUsageBytes
-
setUnusedBytes
-
unusedBytes
-
setUsedBytes
-
usedBytes
-
toString
See
operator<<(QDebug,
QRhiStats) -
clone
Creates and returns a copy of this object.
See
QRhiStats::
QRhiStats(QRhiStats)
-