1 <?xml version="1.0"?> <!-- -*- sgml -*- --> 2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]> 5 6 7 <refentry id="cg_merge"> 8 9 <refmeta> 10 <refentrytitle>cg_merge</refentrytitle> 11 <manvolnum>1</manvolnum> 12 <refmiscinfo>Release &rel-version;</refmiscinfo> 13 </refmeta> 14 15 <refnamediv> 16 <refname>cg_merge</refname> 17 <refpurpose>merges multiple Cachegrind output files into one</refpurpose> 18 </refnamediv> 19 20 <refsynopsisdiv> 21 <cmdsynopsis> 22 <command>cg_merge</command> 23 <arg><replaceable>options</replaceable></arg> 24 <arg choice="opt" rep="repeat"><replaceable>cachegrind-out-files</replaceable></arg> 25 </cmdsynopsis> 26 </refsynopsisdiv> 27 28 29 <refsect1 id="description"> 30 <title>Description</title> 31 32 <para><command>cg_merge</command> sums together the outputs of multiple 33 Cachegrind runs into a single output file. 34 </para> 35 36 </refsect1> 37 38 39 40 <refsect1 id="options"> 41 <title>Options</title> 42 43 <xi:include href="cg-manual.xml" xpointer="cg_merge.opts.list" 44 xmlns:xi="http://www.w3.org/2001/XInclude" /> 45 46 </refsect1> 47 48 49 50 51 <refsect1 id="see_also"> 52 <title>See Also</title> 53 54 <para> 55 cg_annotate(1), valgrind(1), 56 <filename>&vg-docs-path;</filename> or 57 <filename>&vg-docs-url;</filename>. 58 </para> 59 60 </refsect1> 61 62 63 <refsect1 id="author"> 64 <title>Author</title> 65 66 <para>Nicholas Nethercote.</para> 67 68 </refsect1> 69 70 71 </refentry> 72 73 74