Hi

I'm on an ARM device with Builroot.

An application created with Qt Creator in C++/QML runs on this device.

I would like to do some profiling of the application on this device to solve a slowness problem caused by the QML without using Qt Creator and using only command lines.

I want to retrieve the profiling data on this device in a file in .qzt format to then read it on Qt Creator and analyze the problem.

I tried qmlprofiler on this device and apparently it only spawns an .xml file which doesn't help me and I can't use it on Qt Creator.

My question is how to have QML Profiler on the device and do profiling without Qt Creator only in command line?

I searched on internet but all talk about using QML Profiler using Qt Creator but nothing in command line.

Thank you