Profiling android application in Qt Creator
-
wrote on 23 Jul 2015, 11:44 last edited by
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.
-
wrote on 2 Sept 2015, 13:56 last edited by
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? -
wrote on 3 Sept 2015, 14:10 last edited by
So nobody ever profiled Qt application for Android? Is there a solution?
-
So nobody ever profiled Qt application for Android? Is there a solution?
wrote on 10 Aug 2020, 08:21 last edited by@alexey-petrenko no answer? I can't analyse with QML Profiler