1MS_PRINT(1)                        ms_print                        MS_PRINT(1)
2
3
4

NAME

6       ms_print - post-processing tool for Massif
7

SYNOPSIS

9       ms_print [options] massif-out-file
10

DESCRIPTION

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

OPTIONS

16       -h --help
17           Show the help message.
18
19       --version
20           Show the version number.
21
22       --threshold=<m.n> [default: 1.0]
23           Same as Massif's --threshold option, but applied after profiling
24           rather than during.
25
26       --x=<4..1000> [default: 72]
27           Width of the graph, in columns.
28
29       --y=<4..1000> [default: 20]
30           Height of the graph, in rows.
31

SEE ALSO

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

AUTHOR

37       Nicholas Nethercote.
38
39
40
41Release 3.19.0                    04/11/2022                       MS_PRINT(1)
Impressum