1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
'\" t
.\" Title: cg_merge
.\" Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\" Date: 11/01/2024
.\" Manual: cg_merge
.\" Source: Release 3.24.0
.\" Language: English
.\"
.TH "CG_MERGE" "1" "11/01/2024" "Release 3\&.24\&.0" "cg_merge"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
cg_merge \- (deprecated) merges multiple Cachegrind output files into one
.SH "SYNOPSIS"
.HP \w'\fBcg_merge\fR\ 'u
\fBcg_merge\fR [\fIoptions\fR] [\fIcachegrind\-out\-files\fR...]
.SH "DESCRIPTION"
.PP
\fBcg_merge\fR
sums together multiple Cachegrind output files into a single Cachegrind output file\&. It is deprecated because
\fBcg_annotate\fR
can now do much the same thing, but better\&.
.SH "OPTIONS"
.PP
\fB\-o outfile\fR
.RS 4
Write the output to to
outfile
instead of standard output\&.
.RE
.SH "SEE ALSO"
.PP
cg_annotate(1), valgrind(1),
$INSTALL/share/doc/valgrind/html/index\&.html
or
http://www\&.valgrind\&.org/docs/manual/index\&.html\&.
.SH "AUTHOR"
.PP
Nicholas Nethercote\&.
|