I am trying to find the correct tool for displaying the results contained in the file generated by :
valgrind --tool=memcheck --xtree-memory=full --xml=yes --xml-file=memcheck_result.xml [prog]
This produces a file named xtmemory.kcg.[pid]
which is largely unreadable ... at least to me !
Since we have kcachegrind for visualising callgrind trees and graphs, is there really no tool for the xtmemory file ?