|
From: Philippe W. <phi...@so...> - 2017-11-02 20:51:22
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=b8fa6c086f8b2a6a6addcbcd0a8472c09730e7e7 commit b8fa6c086f8b2a6a6addcbcd0a8472c09730e7e7 Author: Philippe Waroquiers <phi...@sk...> Date: Thu Nov 2 21:50:48 2017 +0100 Improve the NEWS entry for --delta-stacktrace flag. Diff: --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index dc6cbad..d6acccd 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 ==================== |