diff --git a/massif/ms_main.c b/massif/ms_main.c index b7c01045b..0ab68f07e 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: