]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
tweak
authorNicholas Nethercote <njn@valgrind.org>
Tue, 28 Mar 2006 00:05:16 +0000 (00:05 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 28 Mar 2006 00:05:16 +0000 (00:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5794

NEWS

diff --git a/NEWS b/NEWS
index f82aecb55be4010362234abfc8d6d1c3e56517ec..40a086a6e0ba5de5ed1098c7e3ed284233942633 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,11 @@ Performance (especially of Memcheck) is much improved, XXX...
 In detail:
 
 - Performance is much improved:  programs typically run 1.20--1.40 times
-  faster under Memcheck, with an average of about 1.30 for the programs we
-  tested it on.  The improvements for Nulgrind are similar.  We haven't
-  measured Cachegrind and Massif, they should be also be faster, but with a
-  smaller improvement.  We are interested to hear what speed-ups users get.
+  faster under Memcheck (much more for some unusual programs) with an
+  average of about 1.30 for the programs we tested it on.  The improvements
+  for Nulgrind are similar.  We haven't measured Cachegrind and Massif, they
+  should be also be faster, but with smaller improvements.  We are
+  interested to hear what speed-ups users get.
 
 - Memcheck uses much less memory.  The amount of shadow memory used -- which
   accounts for a large percentage of all of Memcheck's memory overhead --