Hi <br>I need to profile my qt project/cpp code how to do this.<br>I am working on ARM-Linux I have GCC<br>tried profiling with arm-linux-gprof but not working.. the steps i followed to do this are<br>1. added the following lines in .pro file of my qt project<br>


CONFIG += DEBUG<br>QMAKE_CXXFLAGS_DEBUG += -pg<br>QMAKE_LFLAGS_DEBUG += -pg<br>did qmake,, make<br>&amp; after running it din&#39;t generate gmon.out<br>so i am not able to profile..<br><br>any other steps to do this profiling using arm-linux-gprof please tell<br>


or any other profiling tools, how to get them &amp; how to use please help