logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ms_print - post-processing tool for Massif

Author

       Nicholas Nethercote.

Release 3.24.0                                     03/19/2025                                        MS_PRINT(1)

Description

ms_print takes an output file produced by the Valgrind tool Massif and prints the information in an
       easy-to-read form.

Name

       ms_print - post-processing tool for Massif

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.

See Also

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

Synopsis

ms_print [options] massif-out-file

See Also