Update emitted Copyright years to include 2024
[valgrind.git] / cachegrind / docs / cg_diff-manpage.xml
blobfe14d14c600f443901810722bb4fc6f32b9a8920
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_diff">
9 <refmeta>
10   <refentrytitle>cg_diff</refentrytitle>
11   <manvolnum>1</manvolnum>
12   <refmiscinfo class="version">Release &rel-version;</refmiscinfo>
13 </refmeta>
15 <refnamediv>
16   <refname>cg_diff</refname>
17   <refpurpose>(deprecated) diffs two Cachegrind output files</refpurpose>
18 </refnamediv>
20 <refsynopsisdiv>
21 <cmdsynopsis>
22   <command>cg_diff</command>
23   <arg><replaceable>options</replaceable></arg>
24   <arg choice="plain"><replaceable>cachegrind-out-file1</replaceable></arg>
25   <arg choice="plain"><replaceable>cachegrind-out-file2</replaceable></arg>
26 </cmdsynopsis>
27 </refsynopsisdiv>
30 <refsect1 id="cg_diff-description">
31 <title>Description</title>
33 <para>
34 <command>cg_diff</command> diffs two Cachegrind output files into a single
35 Cachegrind output file. It is deprecated because <command>cg_annotate</command>
36 can now do much the same thing, but better.
37 </para>
39 </refsect1>
43 <refsect1 id="cg_diff-options">
44 <title>Options</title>
46 <xi:include href="cg-manual.xml" xpointer="cg_diff.opts.list"
47             xmlns:xi="http://www.w3.org/2001/XInclude" />
49 </refsect1>
54 <refsect1 id="cg_diff-see_also">
55 <title>See Also</title>
57 <para>
58 cg_annotate(1), valgrind(1),
59 <filename>&vg-docs-path;</filename> or
60 <filename>&vg-docs-url;</filename>.
61 </para>
63 </refsect1>
66 <refsect1 id="cg_diff-author">
67 <title>Author</title>
69 <para>Nicholas Nethercote.</para>
71 </refsect1>
74 </refentry>