1CALLGRIND ANNOTATE(1) Release 3.13.0 CALLGRIND ANNOTATE(1)
2
3
4
6 callgrind_annotate - post-processing tool for the Callgrind
7
9 callgrind_annotate [options] [callgrind-out-file [source-files...]]
10
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
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 Optionally, each event is followed by a : and a threshold, to
29 specify different thresholds depending on the event.
30
31 --threshold=<0--100> [default: 99%]
32 Percentage of counts (of primary sort event) we are interested in.
33
34 --auto=<yes|no> [default: no]
35 Annotate all source files containing functions that helped reach
36 the event count threshold.
37
38 --context=N [default: 8]
39 Print N lines of context before and after annotated lines.
40
41 --inclusive=<yes|no> [default: no]
42 Add subroutine costs to functions calls.
43
44 --tree=<none|caller|calling|both> [default: none]
45 Print for each function their callers, the called functions or
46 both.
47
48 -I, --include=<dir>
49 Add dir to the list of directories to search for source files.
50
52 valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or
53 http://www.valgrind.org/docs/manual/index.html.
54
56 Josef Weidendorfer <Josef.Weidendorfer@gmx.de>.
57
58 This manual page was written by Philipp Frauenfelder
59 <pfrauenf@debian.org>.
60
61
62
63Release 3.13.0 06/15/2017 CALLGRIND ANNOTATE(1)