Qt Qml Profiler

Use when the user is investigating QML / Qt Quick performance — both vague complaints ("the UI feels laggy", "this is slow", "frames are dropping", "the app stutters") and explicit asks to profile, find hotspots, or optimize bindings, signals, or rendering. Runs qmlprofiler on a 2D QML application, parses the .qtd trace, and analyzes hotspots against the source with frame-time, memory, and pixmap-cache summaries. Does NOT cover Qt Quick 3D (not available in Qt5).

liueggy Updated

File contents

liueggy/qt5-skills/tree/main/skills/qt-qml-profiler commit baa7ec5e03

Frequently asked questions

npx skillmds@latest add liueggy/qt-qml-profiler