other versions
- wheezy 1:3.7.0-6
- wheezy-backports 1:3.10.0-4~bpo7+1
- jessie 1:3.10.0-4
- testing 1:3.12.0~svn20160714-1+b1
- unstable 1:3.12.0-1.1
MS_PRINT(1) | Release 3.7.0 | MS_PRINT(1) |
NAME¶
ms_print - post-processing tool for MassifSYNOPSIS¶
ms_print
[ options] massif-out-file
DESCRIPTION¶
ms_print takes an output file produced by the Valgrind tool Massif and prints the information in an easy-to-read form.OPTIONS¶
-h --helpShow the help message.
--version
Show the version number.
--threshold=<m.n> [default: 1.0]
Same as Massif's --threshold option,
but applied after profiling rather than during.
--x=<4..1000> [default: 72]
Width of the graph, in columns.
--y=<4..1000> [default: 20]
Height of the graph, in rows.
SEE ALSO¶
valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or http://www.valgrind.org/docs/manual/index.html.AUTHOR¶
Nicholas Nethercote.06/05/2012 | Release 3.7.0 |