Profiling android application in Qt Creator
-
Is it possible to profile Android applications in Qt Creator (Qt 5.5)?
I tried to use standard "Analyze" tab with "Valgrind function profiler", but once I run it Creator says "Unknown error". Does this scenario work at all, maybe some extra setup is required?
-
Valgrind function profiler will not work on Android , but QML Profiler should be working (Not tested with Qt 5.5). If you really need to use valgrind, you may use it on desktop.
-
So, what profiler should I use to profile C++ code in my Qt Android application?
I know about stuff like https://github.com/richq/android-ndk-profiler/blob/master/docs/Usage.md but is there a solution that I can use with Qt Creator and Qt build system? -
So nobody ever profiled Qt application for Android? Is there a solution?
-
@alexey-petrenko no answer? I can't analyse with QML Profiler