|
From: Philippe W. <phi...@sk...> - 2009-05-07 05:38:51
|
> > 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.
Maybe the help text should be changed to (assuming the default changes):
'precision and quantity of leak backtraces reporting [high]'
This explains you get a low precision and a low quantity
or a high precision and a high quantify
|