1CG_DIFF(1) cg_diff CG_DIFF(1)
2
3
4
6 cg_diff - (deprecated) diffs two Cachegrind output files
7
9 cg_diff [options] cachegrind-out-file1 cachegrind-out-file2
10
12 cg_diff diffs two Cachegrind output files into a single Cachegrind
13 output file. It is deprecated because cg_annotate can now do much the
14 same thing, but better.
15
17 -h --help
18 Show the help message.
19
20 --version
21 Show the version number.
22
23 --mod-filename=<expr> [default: none]
24 Specifies an s/old/new/ search-and-replace expression that is
25 applied to all filenames.
26
27 --mod-funcname=<expr> [default: none]
28 Like --mod-filename, but for filenames.
29
31 cg_annotate(1), valgrind(1),
32 $INSTALL/share/doc/valgrind/html/index.html or
33 http://www.valgrind.org/docs/manual/index.html.
34
36 Nicholas Nethercote.
37
38
39
40Release 3.22.0 10/31/2023 CG_DIFF(1)