mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-07 16:06:09 +00:00
56 lines
1.8 KiB
Groff
56 lines
1.8 KiB
Groff
'\" t
|
|
.\" Title: cg_merge
|
|
.\" Author: [see the "Author" section]
|
|
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
|
.\" Date: 09/23/2015
|
|
.\" Manual: Release 3.11.0
|
|
.\" Source: Release 3.11.0
|
|
.\" Language: English
|
|
.\"
|
|
.TH "CG_MERGE" "1" "09/23/2015" "Release 3.11.0" "Release 3.11.0"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * 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 \- 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 the outputs of multiple Cachegrind runs into a single output file\&.
|
|
.SH "OPTIONS"
|
|
.PP
|
|
\fB\-o outfile\fR
|
|
.RS 4
|
|
Write the profile data to
|
|
outfile
|
|
rather than to 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\&.
|