1CG_MERGE(1) cg_merge CG_MERGE(1)
2
3
4
6 cg_merge - (deprecated) merges multiple Cachegrind output files into
7 one
8
10 cg_merge [options] [cachegrind-out-files...]
11
13 cg_merge sums together multiple Cachegrind output files into a single
14 Cachegrind output file. It is deprecated because cg_annotate can now do
15 much the same thing, but better.
16
18 -o outfile
19 Write the output to to outfile instead of standard output.
20
22 cg_annotate(1), valgrind(1),
23 $INSTALL/share/doc/valgrind/html/index.html or
24 http://www.valgrind.org/docs/manual/index.html.
25
27 Nicholas Nethercote.
28
29
30
31Release 3.22.0 10/31/2023 CG_MERGE(1)