fix breakage/wibbles

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4261
This commit is contained in:
Nicholas Nethercote 2005-07-25 23:30:24 +00:00
parent 0578f24974
commit 63f82da63d
2 changed files with 3 additions and 4 deletions

View File

@ -35,7 +35,7 @@ misses. In particular, it records:</para>
</listitem>
</itemizedlist>
<para>On a modern x86 machine, an L1 miss will typically cost
<para>On a modern machine, an L1 miss will typically cost
around 10 cycles, and an L2 miss can cost as much as 200
cycles. Detailed cache profiling can be very useful for improving
the performance of your program.</para>

View File

@ -61,9 +61,8 @@ Memcheck can detect the following problems:</para>
<itemizedlist id="leakcheck">
<listitem>
<para><computeroutput>--leak-check=no</computeroutput>
<para><computeroutput>--leak-check=summary</computeroutput>
[default]</para>
<para><computeroutput>--leak-check=no</computeroutput></para>
<para><computeroutput>--leak-check=summary</computeroutput> [default]</para>
<para><computeroutput>--leak-check=full</computeroutput></para>
<para>When enabled, search for memory leaks when the client
program finishes. A memory leak means a malloc'd block,