tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / cachegrind / docs / cg_diff-manpage.xml
blob4823db07180b93be11c39d58e1173daa09c3590b
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; ]>
7 <refentry id="cg_diff">
9 <refmeta>
10   <refentrytitle>cg_diff</refentrytitle>
11   <manvolnum>1</manvolnum>
12   <refmiscinfo>Release &rel-version;</refmiscinfo>
13 </refmeta>
15 <refnamediv>
16   <refname>cg_diff</refname>
17   <refpurpose>compares 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="description">
31 <title>Description</title>
33 <para><command>cg_diff</command> takes two output files produced by the
34 Valgrind tool Cachegrind, computes the difference and prints the result
35 in the same format that Cachegrinds outputs.
36 </para>
38 </refsect1>
42 <refsect1 id="options">
43 <title>Options</title>
45 <xi:include href="cg-manual.xml" xpointer="cg_diff.opts.list"
46             xmlns:xi="http://www.w3.org/2001/XInclude" />
48 </refsect1>
53 <refsect1 id="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="author">
66 <title>Author</title>
68 <para>Nicholas Nethercote.</para>
70 </refsect1>
73 </refentry>