1CALLGRIND ANNOTATE(1)            Release 3.8.0           CALLGRIND ANNOTATE(1)
2
3
4

NAME

6       callgrind_annotate - post-processing tool for the Callgrind
7

SYNOPSIS

9       callgrind_annotate [options] [callgrind-out-file [source-files...]]
10

DESCRIPTION

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

OPTIONS

16       -h --help
17           Show summary of options.
18
19       --version
20           Show version of callgrind_annotate.
21
22       --show=A,B,C [default: all]
23           Only show figures for events A,B,C.
24
25       --sort=A,B,C
26           Sort columns by events A,B,C [event column order].
27
28       --threshold=<0--100> [default: 99%]
29           Percentage of counts (of primary sort event) we are interested in.
30
31       --auto=<yes|no> [default: no]
32           Annotate all source files containing functions that helped reach
33           the event count threshold.
34
35       --context=N [default: 8]
36           Print N lines of context before and after annotated lines.
37
38       --inclusive=<yes|no> [default: no]
39           Add subroutine costs to functions calls.
40
41       --tree=<none|caller|calling|both> [default: none]
42           Print for each function their callers, the called functions or
43           both.
44
45       -I, --include=<dir>
46           Add dir to the list of directories to search for source files.
47

SEE ALSO

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

AUTHOR

53       Josef Weidendorfer <Josef.Weidendorfer@gmx.de>.
54
55       This manual page was written by Philipp Frauenfelder
56       <pfrauenf@debian.org>.
57
58
59
60Release 3.8.0                     09/18/2012             CALLGRIND ANNOTATE(1)
Impressum