C
Qt Quick Ultralite Profiling QML Types
The Qt Quick Ultralite Profiling module provides types useful for displaying performance metrics on top of the application user interface.
Using the Module
To use the Qt Quick Ultralite Profiling QML types, add Qul::Profiling to the list of module files in your .qmlproject
.
ModuleFiles { MCU.qulModules: ["Qul::Profiling"] }
After adding the module files, add the following import statement to your .qml
file:
import QtQuickUltralite.Profiling
Linking an Application to the CMake Target
Note: This step applies to deprecated CMake APIs only.
When using CMake projects, link your application to the Qul::Profiling
CMake target.
target_link_libraries(app PRIVATE Qul::Profiling)
Object Types
Adds screen overlay with performance metrics |
Available under certain Qt licenses.
Find out more.