Don't include pub_tool_tooliface.h in priv_types_n_macros.h
[valgrind.git] / cachegrind / docs / cg_merge-manpage.xml
blob48aef4d77587ae1d543e0fc0c52a211b29b50a22
1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3           "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
7 <refentry id="cg_merge">
9 <refmeta>
10   <refentrytitle>cg_merge</refentrytitle>
11   <manvolnum>1</manvolnum>
12   <refmiscinfo class="version">Release &rel-version;</refmiscinfo>
13 </refmeta>
15 <refnamediv>
16   <refname>cg_merge</refname>
17   <refpurpose>(deprecated) merges multiple Cachegrind output files into one</refpurpose>
18 </refnamediv>
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>
29 <refsect1 id="cg_merge-description">
30 <title>Description</title>
32 <para>
33 <command>cg_merge</command> sums together multiple Cachegrind output files into
34 a single Cachegrind output file. It is deprecated because
35 <command>cg_annotate</command> can now do much the same thing, but better.
36 </para>
38 </refsect1>
42 <refsect1 id="cg_merge-options">
43 <title>Options</title>
45 <xi:include href="cg-manual.xml" xpointer="cg_merge.opts.list"
46             xmlns:xi="http://www.w3.org/2001/XInclude" />
48 </refsect1>
53 <refsect1 id="cg_merge-see_also">
54 <title>See Also</title>
56 <para>
57 cg_annotate(1), valgrind(1),
58 <filename>&vg-docs-path;</filename> or
59 <filename>&vg-docs-url;</filename>.
60 </para>
62 </refsect1>
65 <refsect1 id="cg_merge-author">
66 <title>Author</title>
68 <para>Nicholas Nethercote.</para>
70 </refsect1>
73 </refentry>