Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

ms_print (1)

Name

ms_print - processing tool for Massif

Synopsis

ms_print [options] massif-out-file

Description

MS_PRINT(1)                        ms_print                        MS_PRINT(1)



NAME
       ms_print - post-processing tool for Massif

SYNOPSIS
       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'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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------+
       |ATTRIBUTE TYPE |     ATTRIBUTE VALUE      |
       +---------------+--------------------------+
       |Availability   | developer/debug/valgrind |
       +---------------+--------------------------+
       |Stability      | Uncommitted              |
       +---------------+--------------------------+

SEE ALSO
       valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or
       http://www.valgrind.org/docs/manual/index.html.

AUTHOR
       Nicholas Nethercote.



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       ftp://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2.

       Further information about this software can be found on the open source
       community website at http://valgrind.org.



Release 3.18.0                    06/28/2022                       MS_PRINT(1)