from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
CG_MERGE
Section: Release 3.12.0 (1) Updated: 10/21/2016 Index
Return to Main Contents
NAME
cg_merge - merges multiple Cachegrind output files into one
SYNOPSIS
-
cg_merge [options] [cachegrind-out-files...]
DESCRIPTION
cg_merge
sums together the outputs of multiple Cachegrind runs into a single output file.
OPTIONS
-o outfile
-
Write the profile data to
outfile
rather than to 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.
AUTHOR
Nicholas Nethercote.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- SEE ALSO
-
- AUTHOR
-
|