blob: cd1f4a061c2c3a4df9d3c95c12efb43ce1d2eda5 [file] [log] [blame]
njnabe8b8c2009-08-07 06:54:44 +00001<?xml version="1.0"?> <!-- -*- sgml -*- -->
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
4[ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
5
6
7<refentry id="ms_print">
8
9<refmeta>
10 <refentrytitle>ms_print</refentrytitle>
11 <manvolnum>1</manvolnum>
12 <refmiscinfo>Release &rel-version;</refmiscinfo>
njnab773b02009-08-09 23:27:00 +000013 <date>rel-date</date>
njnabe8b8c2009-08-07 06:54:44 +000014</refmeta>
15
16<refnamediv>
17 <refname>ms_print</refname>
njnc206a812009-08-07 07:56:20 +000018 <refpurpose>post-processing tool for Massif</refpurpose>
njnabe8b8c2009-08-07 06:54:44 +000019</refnamediv>
20
21<refsynopsisdiv>
22<cmdsynopsis>
23 <command>ms_print</command>
24 <arg><replaceable>options</replaceable></arg>
njnab773b02009-08-09 23:27:00 +000025 <arg choice="plain"><replaceable>massif-out-file</replaceable></arg>
njnabe8b8c2009-08-07 06:54:44 +000026</cmdsynopsis>
27</refsynopsisdiv>
28
29
30<refsect1 id="description">
31<title>Description</title>
32
33<para><command>ms_print</command> takes an output file produced by the
34Valgrind tool Massif and prints the information in an easy-to-read form.
35</para>
36
37</refsect1>
38
39
40
41<refsect1 id="options">
42<title>Options</title>
43
44<xi:include href="ms-manual.xml" xpointer="ms_print.opts.list"
45 xmlns:xi="http://www.w3.org/2001/XInclude" />
46
47</refsect1>
48
49
50
51
52<refsect1 id="see_also">
53<title>See Also</title>
54
55<para>
56valgrind(1),
57<filename>&vg-docs-path;</filename> or
58<filename>&vg-docs-url;</filename>.
59</para>
60
61</refsect1>
62
63
64<refsect1 id="author">
65<title>Author</title>
66
67<para>Nicholas Nethercote.</para>
68
69</refsect1>
70
71
72</refentry>
73
74