RenderStats QML Type

Provides information of the scene rendering. More...

Import Statement: import QtQuick3D 1.0

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, in milliseconds.


maxFrameTime : float

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


renderPrepareTime : float

This property holds the amount of time spent in the preparation phase of rendering, in milliseconds. This is a subset of the total render time reported in renderTime.


renderTime : float

This property holds the amount of time spent on generating a new frame, including both the preparation phase and the recording of draw calls. The value is in milliseconds.


syncTime : float

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