On Fri, 2009-10-30 at 11:25 -0700, Dan Kegel wrote:
> Go for it.  I wrote one of those but also never posted it, and I dropped it on
> the floor somewhere...

Attached, use it like the following:

valgrind --xml=yes --xml-file=bob.0 ls
valgrind --xml=yes --xml-file=bob.1 ls
./vg_xmlmerge.pl bob.0 bob.1

This code is well over five years old now and was used in our automated
testing, one of the reasons I never polished it for public consumption
was that is uses XML::In which could take a long time to process xml
files, I had planned to re-write in using a proper xml parser although I
notice now that the performance of what's there is 10x better than it
was.

Ashley,

-- 

Ashley Pittman, Bath, UK.

Padb - A parallel job inspection tool for cluster computing
http://padb.pittman.org.uk

Attachment: vg_xmlmerge.pl
Description: Perl program

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to