blob: 153767ed015cd2b38645fa6d440d8e6283ac1ade [file] [log] [blame]
Elliott Hughesa0664b92017-04-18 17:46:52 -07001'\" t
2.\" Title: ms_print
3.\" Author: [see the "Author" section]
Elliott Hughesed398002017-06-21 14:41:24 -07004.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
5.\" Date: 06/15/2017
6.\" Manual: Release 3.13.0
7.\" Source: Release 3.13.0
Elliott Hughesa0664b92017-04-18 17:46:52 -07008.\" Language: English
9.\"
Elliott Hughesed398002017-06-21 14:41:24 -070010.TH "MS_PRINT" "1" "06/15/2017" "Release 3.13.0" "Release 3.13.0"
Elliott Hughesa0664b92017-04-18 17:46:52 -070011.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31ms_print \- post\-processing tool for Massif
32.SH "SYNOPSIS"
33.HP \w'\fBms_print\fR\ 'u
34\fBms_print\fR [\fIoptions\fR] \fImassif\-out\-file\fR
35.SH "DESCRIPTION"
36.PP
37\fBms_print\fR
38takes an output file produced by the Valgrind tool Massif and prints the information in an easy\-to\-read form\&.
39.SH "OPTIONS"
40.PP
41\fB\-h \-\-help \fR
42.RS 4
43Show the help message\&.
44.RE
45.PP
46\fB\-\-version \fR
47.RS 4
48Show the version number\&.
49.RE
50.PP
51\fB\-\-threshold=<m\&.n> [default: 1\&.0] \fR
52.RS 4
53Same as Massif\*(Aqs
54\fB\-\-threshold\fR
55option, but applied after profiling rather than during\&.
56.RE
57.PP
58\fB\-\-x=<4\&.\&.1000> [default: 72]\fR
59.RS 4
60Width of the graph, in columns\&.
61.RE
62.PP
63\fB\-\-y=<4\&.\&.1000> [default: 20] \fR
64.RS 4
65Height of the graph, in rows\&.
66.RE
67.SH "SEE ALSO"
68.PP
69valgrind(1),
70$INSTALL/share/doc/valgrind/html/index\&.html
71or
72http://www\&.valgrind\&.org/docs/manual/index\&.html\&.
73.SH "AUTHOR"
74.PP
75Nicholas Nethercote\&.