From: Nicholas Nethercote Date: Mon, 25 Jul 2005 23:30:24 +0000 (+0000) Subject: fix breakage/wibbles X-Git-Tag: svn/VALGRIND_3_0_0~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63f82da63d7d7dc3b1e26992cd9dd66b16c804b8;p=thirdparty%2Fvalgrind.git fix breakage/wibbles git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4261 --- diff --git a/cachegrind/docs/cg-manual.xml b/cachegrind/docs/cg-manual.xml index 35b55eb0ac..88b93e8078 100644 --- a/cachegrind/docs/cg-manual.xml +++ b/cachegrind/docs/cg-manual.xml @@ -35,7 +35,7 @@ misses. In particular, it records: -On a modern x86 machine, an L1 miss will typically cost +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. diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index 744255b02c..ba0ea3c90c 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -61,9 +61,8 @@ Memcheck can detect the following problems: - --leak-check=no - --leak-check=summary - [default] + --leak-check=no + --leak-check=summary [default] --leak-check=full When enabled, search for memory leaks when the client program finishes. A memory leak means a malloc'd block,