Did you try my last modification? Did it change anything for you?
You do not need to compile anything special (besides DEBUG of course ;-)
Then call
this will produce a file called callgrind.out.PID_OF_PROCESS$valgrind --tool=callgrind ./YOUR_APP
then you can call
http://kcachegrind.sourceforge.net/cgi-bin/show.cgi$kcachegrind callgrind.out.PID_OF_PROCESS
Bookmarks