2.2.3 Logging options Defer
--file=f -f f
AMPolice's log file path.
TIP : In normal case the log file will be generated where your default output is set. Use this option to redirect the output from the AMPolice to a special place. Use this option wisely because in a worst outcome AMPolice can log GBs of Data.
-----------------------------------------------------------------------------------------
-nest=i n i
Backtrace nesting depth variable.
Info: This variable controls the depth of the backtrace process which tries to find out the flow thru which this leak was actually generated.
if you put n=0 then there is no backtracing done the allocated address. more backtracing more effort on CPU.
TIP: to get really beautiful/useful backtrace if it is possible to compile ur application with - rdynamic option.