Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

cg_merge (1)

Name

cg_merge - merges multiple Cachegrind output files into one

Synopsis

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

Description

CG_MERGE(1)                        cg_merge                        CG_MERGE(1)



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.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------+
       |ATTRIBUTE TYPE |     ATTRIBUTE VALUE      |
       +---------------+--------------------------+
       |Availability   | developer/debug/valgrind |
       +---------------+--------------------------+
       |Stability      | Uncommitted              |
       +---------------+--------------------------+

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.



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       ftp://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2.

       Further information about this software can be found on the open source
       community website at http://valgrind.org.



Release 3.18.0                    06/28/2022                       CG_MERGE(1)