1CALLGRIND ANNOTATE(1)            Release 3.5.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
30              in.
31
32       --auto=<yes|no> [default: no]
33              Annotate all source files containing functions that helped reach
34              the event count threshold.
35
36       --context=N [default: 8]
37              Print N lines of context before and after annotated lines.
38
39       --inclusive=<yes|no> [default: no]
40              Add subroutine costs to functions calls.
41
42       --tree=<none|caller|calling|both> [default: none]
43              Print for each function their callers, the called functions or
44              both.
45
46       -I, --include=<dir>
47              Add dir to the list of directories to search for source files.
48

SEE ALSO

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

AUTHOR

54       Josef Weidendorfer <Josef.Weidendorfer@gmx.de>.
55
56       This manual page was written by Philipp Frauenfelder
57       <pfrauenf@debian.org>.
58
59
60
61Release 3.5.0                     08/19/2009             CALLGRIND ANNOTATE(1)
Impressum