Profiling C++ code on android
Unsolved
Mobile and Embedded
-
wrote on 11 Nov 2016, 11:50 last edited by
Hello!
I'm developing Qt Quick application for Android with the help of Qt 5.6. After profiling application with the help of "Qml profilier" I found that the bottleneck of my program is in updatePaintNode() function. There some C++ code is called. Is there a way of profiling C++ code on Android device? As I understand valgrind tools are not suitable for this purpose.
Thanks!
1/1