~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to cachegrind/docs/cg-manual.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-19 09:57:35 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080619095735-0w0fyjp7znob3pek
Tags: upstream-3.3.1
ImportĀ upstreamĀ versionĀ 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
820
820
 
821
821
</sect2>
822
822
 
 
823
<sect2 id="ms-manual.forkingprograms" xreflabel="Forking Programs">
 
824
<title>Forking Programs</title>
 
825
<para>If your program forks, the child will inherit all the profiling data that
 
826
has been gathered for the parent.</para>
 
827
 
 
828
<para>If the output file format string (controlled by
 
829
<option>--cachegrind-out-file</option>) does not contain <option>%p</option>,
 
830
then the outputs from the parent and child will be intermingled in a single
 
831
output file, which will almost certainly make it unreadable by
 
832
cg_annotate.</para>
 
833
</sect2>
 
834
 
 
835
 
823
836
</sect1>
824
837
 
825
838