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">
10 <refentrytitle>cg_diff</refentrytitle>
11 <manvolnum>1</manvolnum>
12 <refmiscinfo class="version">Release &rel-version;</refmiscinfo>
16 <refname>cg_diff</refname>
17 <refpurpose>(deprecated) diffs two Cachegrind output files</refpurpose>
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>
30 <refsect1 id="cg_diff-description">
31 <title>Description</title>
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.
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" />
54 <refsect1 id="cg_diff-see_also">
55 <title>See Also</title>
58 cg_annotate(1), valgrind(1),
59 <filename>&vg-docs-path;</filename> or
60 <filename>&vg-docs-url;</filename>.
66 <refsect1 id="cg_diff-author">
69 <para>Nicholas Nethercote.</para>