Code coverage and memory leaks for QT project.
-
wrote on 6 Feb 2013, 08:37 last edited by
what are the tools for checking code coverage and memory leaks for QT priojects?
I am using VS2010 studio plugin to build the qt project--.please let me know the tool to find code coverage and memeory leaks in this scenario?
----Thanks in Adavancc.
-
wrote on 6 Feb 2013, 08:49 last edited by
Try "Valgrind":http://www.valgrind.org/downloads/current.html
and maybe "-WinFIG- From WinFIG page - with Visual Studio ":http://winfig.com/?p=154 -
wrote on 6 Feb 2013, 09:26 last edited by
notice that valgrind (last I checked) only works on more mature operating systems like MacOs or Unix.
Its definitely worth it getting a linux install for, though! -
wrote on 6 Feb 2013, 15:52 last edited by
Try installing Dr. Memory. It gives a similar report than Valgrind.
-
wrote on 11 Jul 2013, 22:00 last edited by
There is a Qt Wiki page for "profiling and memory checking tools":http://qt-project.org/wiki/Profiling-and-Memory-Checking-Tools. I don't recommend WinFIG because it is a vector graphics editor, not a profiler :)
-
wrote on 12 Jul 2013, 05:06 last edited by
I'm sorry that is were not clearly expressed. :)