logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cg_merge - (deprecated) merges multiple Cachegrind output files into one

Author

       Nicholas Nethercote.

Release 3.24.0                                     03/19/2025                                        CG_MERGE(1)

Description

cg_merge sums together multiple Cachegrind output files into a single Cachegrind output file. It is
       deprecated because cg_annotate can now do much the same thing, but better.

Name

       cg_merge - (deprecated) merges multiple Cachegrind output files into one

Options

-ooutfile
           Write the output to to outfile instead of standard output.

See Also

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

Synopsis

cg_merge [options] [cachegrind-out-files...]

See Also