Home | History | Annotate | Download | only in docs
 t
Title: ms_print
Author: [see the "Author" section]
Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
Date: 02/15/2011
Manual: Release 3.6.1
Source: Release 3.6.1
Language: English

"MS_PRINT" "1" "02/15/2011" "Release 3.6.1" "Release 3.6.1"
-----------------------------------------------------------------
* Define some portability stuff
-----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://bugs.debian.org/507673
http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------------------------------------------------
* set default formatting
-----------------------------------------------------------------
disable hyphenation
.nh disable justification (adjust text to left margin only)
.ad l -----------------------------------------------------------------
* MAIN CONTENT STARTS HERE *
-----------------------------------------------------------------
"NAME"
ms_print - post-processing tool for Massif
"SYNOPSIS"

\w'ms_print 'u 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 --help Show the help message.

--version Show the version number.

--threshold=<m.n> [default: 1.0] Same as Massif\*(Aqs --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.