mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 22:24:53 +00:00
Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools
* addition of VG_(needs_print_stats) in pub_tool_tooliface.h * use the above in memcheck and helgrind * output valgrind stats and calls print_stats in server.c git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13760
This commit is contained in:
@@ -1435,6 +1435,13 @@ problems or bugs.</para>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>v.info stats</varname> shows various valgrind core and
|
||||
tool statistics. With this, Valgrind and tool statistics can
|
||||
be examined while running, even without option <option>--stats=yes</option>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><varname>v.set debuglog <intvalue></varname> sets the
|
||||
Valgrind debug log level to <intvalue>. This allows to
|
||||
|
||||
Reference in New Issue
Block a user