]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Improve the NEWS entry for --delta-stacktrace flag.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 2 Nov 2017 20:50:48 +0000 (21:50 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 2 Nov 2017 20:50:48 +0000 (21:50 +0100)
NEWS

diff --git a/NEWS b/NEWS
index dc6cbad0be6633e4f9a6262152c6971b9cf66b36..d6acccd4ca412d82a0f5c379b4ae282174239be5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,9 +23,9 @@ support for X86/macOS 10.13, AMD64/macOS 10.13.
 
 * Helgrind:
 
-  - Addition of a flag --delta-stacktrace=no|yes [yes on linux amd64/x86], specifying
-    how full history stack traces are computed. Using yes can speed up Helgrind by
-    25%.
+  - Addition of a flag --delta-stacktrace=no|yes [yes on linux amd64/x86],
+    specifying how full history stack traces are computed. Using yes can speed
+    up Helgrind by 25% when using --history-level=full.
 
 * ==================== OTHER CHANGES ====================