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

« back to all changes in this revision

Viewing changes to docs/html/ms-manual.html

  • 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:
30
30
<dt><span class="sect2"><a href="ms-manual.html#ms-manual.theoutputpreamble">8.2.2. The Output Preamble</a></span></dt>
31
31
<dt><span class="sect2"><a href="ms-manual.html#ms-manual.theoutputgraph">8.2.3. The Output Graph</a></span></dt>
32
32
<dt><span class="sect2"><a href="ms-manual.html#ms-manual.thesnapshotdetails">8.2.4. The Snapshot Details</a></span></dt>
 
33
<dt><span class="sect2"><a href="ms-manual.html#ms-manual.forkingprograms">8.2.5. Forking Programs</a></span></dt>
33
34
</dl></dd>
34
35
<dt><span class="sect1"><a href="ms-manual.html#ms-manual.options">8.3. Massif Options</a></span></dt>
35
36
<dt><span class="sect1"><a href="ms-manual.html#ms-manual.ms_print-options">8.4. ms_print Options</a></span></dt>
462
463
only prints the details for code locations responsible for more than 1%.
463
464
The entries that do not meet this threshold are aggregated.  This avoids
464
465
filling up the output with large numbers of unimportant entries.  The
465
 
thresholds threshold can be changed with the
 
466
thresholds can be changed with the
466
467
<code class="computeroutput">--threshold</code> option that both Massif and
467
468
ms_print support.</p>
468
469
</div>
 
470
<div class="sect2" lang="en">
 
471
<div class="titlepage"><div><div><h3 class="title">
 
472
<a name="ms-manual.forkingprograms"></a>8.2.5.�Forking Programs</h3></div></div></div>
 
473
<p>If your program forks, the child will inherit all the profiling data that
 
474
has been gathered for the parent.</p>
 
475
<p>If the output file format string (controlled by
 
476
<code class="option">--massif-out-file</code>) does not contain <code class="option">%p</code>, then
 
477
the outputs from the parent and child will be intermingled in a single output
 
478
file, which will almost certainly make it unreadable by ms_print.</p>
 
479
</div>
469
480
</div>
470
481
<div class="sect1" lang="en">
471
482
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
653
664
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
654
665
<a name="ms-manual.fileformat"></a>8.5.�Massif's output file format</h2></div></div></div>
655
666
<p>Massif's file format is plain text (i.e. not binary) and deliberately
656
 
easy to read for both humands and machines.  Nonetheless, the exact format
 
667
easy to read for both humans and machines.  Nonetheless, the exact format
657
668
is not described here.  This is because the format is currently very
658
669
Massif-specific.  We plan to make the format more general, and thus suitable
659
670
for possible use with other tools.  Once this has been done, the format will