Skip to content

Instantly share code, notes, and snippets.

@zoq
Created July 31, 2020 21:01
Show Gist options
  • Save zoq/c3038ad55d4871e1e76216a68935a982 to your computer and use it in GitHub Desktop.
Save zoq/c3038ad55d4871e1e76216a68935a982 to your computer and use it in GitHub Desktop.
NSGA2Test-memcheck.xml
<?xml version="1.0"?>
<valgrindoutput>
<protocolversion>4</protocolversion>
<protocoltool>memcheck</protocoltool>
<preamble>
<line>Memcheck, a memory error detector</line>
<line>Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.</line>
<line>Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info</line>
<line>Command: build/ensmallen_tests -a [NSGA2Test]</line>
</preamble>
<pid>18061</pid>
<ppid>18057</ppid>
<tool>memcheck</tool>
<args>
<vargv>
<exe>/usr/bin/valgrind.bin</exe>
<arg>--tool=memcheck</arg>
<arg>--leak-check=full</arg>
<arg>--track-origins=yes</arg>
<arg>--num-callers=40</arg>
<arg>--error-exitcode=1</arg>
<arg>--xml=yes</arg>
<arg>--xml-file=reports/tests/ensmallen.xml</arg>
<arg>--log-file=reports/tests/ensmallen.memcheck</arg>
<arg>--verbose</arg>
</vargv>
<argv>
<exe>build/ensmallen_tests</exe>
<arg>-a</arg>
<arg>[NSGA2Test]</arg>
</argv>
</args>
<status>
<state>RUNNING</state>
<time>00:00:00:00.257 </time>
</status>
<status>
<state>FINISHED</state>
<time>00:00:11:41.576 </time>
</status>
<errorcounts>
</errorcounts>
<suppcounts>
</suppcounts>
</valgrindoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment