mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
fix breakage/wibbles
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4261
This commit is contained in:
parent
0578f24974
commit
63f82da63d
@ -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>
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user