From: Nicholas Nethercote Date: Mon, 3 Dec 2007 21:29:22 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_3_0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1133b496f59ebe02b7bdbbf55824dfbc8a6307;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7269 --- diff --git a/massif/ms_main.c b/massif/ms_main.c index b7c01045bd..0ab68f07e4 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -52,6 +52,9 @@ // - Options like --alloc-fn='operator new(unsigned, std::nothrow_t const&)' // don't work in a .valgrindrc file or in $VALGRIND_OPTS. // m_commandline.c:add_args_from_string() needs to respect single quotes. +// - With --stack=yes, want to add a stack trace for detailed snapshots so +// it's clear where/why the peak is occurring. (Mattieu Castet) Also, +// possibly useful even with --stack=no? (Andi Yin) // // Performance: // - To run the benchmarks: