|
From: Julian S. <js...@ac...> - 2007-11-17 02:41:37
|
On Saturday 17 November 2007 01:13, Nicholas Nethercote wrote:
> That sounds ok. In summary:
>
> --log-file=<pattern>
>
> --cachegrind-out-file=<pattern>
>
> --massif-out-file=<pattern>
>
> --callgrind-out-file=<pattern>
That sounds good to me. With patterns
%p process ID
%q(VAR) contents of $VAR
I would prefer to use ( ) instead of { } around VAR. { and }
interact really badly with shells and are generally a pain to
work with.
J
|