RenderStats QML Type

Provides information of the scene rendering. More...

Import Statement: import QtQuick3D 1.14

Properties

Detailed Description

Uncreatable accessor to scene rendering statistics.

Property Documentation

fps : int

This property holds the amount of frames rendered during the last second i.e. frames per second.


frameTime : float

This property holds the amount of time elapsed since the last frame.


maxFrameTime : float

This property holds the maximum time spent rendering a single frame during the last second.


renderTime : float

This property holds the amount of time spent inside the render function.


syncTime : float

This property holds the amount of time spent inside the sync function. The property values of the objects are updated during the sync.


© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.