perl - How to convert valgrind output to XML? -
actually know there test::valgrind::parser::xml perl module. have no idea how use it: if can provide documentation great.
the valgrind docs show valgrind accepts -xml=yes tag output messages xml. format of xml specified in docs/internals/xml-output-protocol4.txt inside source code repository.
with that, can use xml parser , whatever want data.
Comments
Post a Comment