|
From: Julian S. <js...@ac...> - 2009-05-07 23:12:50
|
On Thursday 07 May 2009, Philippe Waroquiers wrote:
> > > It looks to me that leak-resolution=high will be a better default as it
> > > will not confuse users.
> >
> > I agree with this. The rationale in the docs is:
>
> Note that the command line summary help text (3.4.1) is also somewhat
> confusing: --leak-resolution=low|med|high how much bt merging in leak
> check [low]
>
> Intuitively (at least for a french speaking person :), a "low how much bt
> merging" will merge less stack traces than a "high" bt merging.
Hmm, it is indeed confusing. I never noticed that before.
What about
--leak-resolution=low|med|high
precision of stack traces in leak check [high]
I prefer not to mention "quantity" just in case confused users think
it is somehow related to the quantity of leaked memory.
J
|