Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am not sure how we use Qml Profiler to analyse the QT quick Appliations .I did launch the QML profiler in tools>analyse and ran my applications through QML profiler ,but when i stop running my applications ,no profiling data is generated.
Did you click or enable start button ?
Did you put
#include <QQmlDebuggingEnabler> QQmlDebuggingEnabler enabler;
into your main?