|
From: Ashley P. <as...@pi...> - 2009-10-30 18:14:52
|
On Thu, 2009-10-29 at 16:39 -0700, Osman, Ahmed wrote: > Hi All, > > Is there a way to merge all runs of valgrind for the same executable > in one file? I've got a tool to do this, it's targeted at a very specific use-case however so might not work for you. It's designed for parallel jobs or beowulf clusters but also works with multiple serial runs of the same program. You need to run the program with valgrind in xml mode and then run my tool giving it a number of xml files which it will re-assemble into a single output file containing all the errors from all the runs of the program. Let me know if you think this is what you are looking for and I'll share the code with you. It's open-source but I've never got around to publishing it formally. Ashley, -- Ashley Pittman, Bath, UK. Padb - A parallel job inspection tool for cluster computing http://padb.pittman.org.uk |