From: Philippe Waroquiers Date: Thu, 2 Nov 2017 20:50:48 +0000 (+0100) Subject: Improve the NEWS entry for --delta-stacktrace flag. X-Git-Tag: VALGRIND_3_14_0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8fa6c086f8b2a6a6addcbcd0a8472c09730e7e7;p=thirdparty%2Fvalgrind.git Improve the NEWS entry for --delta-stacktrace flag. --- diff --git a/NEWS b/NEWS index dc6cbad0be..d6acccd4ca 100644 --- 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 ====================