Follow these steps to start profiling and optimizing a QML application:
- Let's create a Qt Quick Application - Empty project:
- Then, go to Analyze | QML Profiler and run the QML Profiler tool:
- Your Qt Quick project will then be ran by the QML Profiler. The QML Profiler window will also appear under the code editor. Click the Stop button located at the top bar of the QML Profiler window after the program is passed your test point, which in this case, successfully created the empty window:
- After you stop the profiler analysis, ...