|
From: Salvatore I. <sal...@io...> - 2007-09-13 12:03:09
|
Hello, I was wondering: is there a way to have custom filenames for massif's output? I'm not happy with massif.pid.txt, and would like something like massif.testcase_name.txt. Thanks! --=20 Salvatore Iovene http://www.iovene.com/ |
|
From: Michael A. <Mic...@fs...> - 2007-09-13 17:44:24
|
Salvatore Iovene wrote: > Hello, > Hello, > I was wondering: is there a way to have custom filenames for massif's > output? I'm not happy with massif.pid.txt, and would like something like > massif.testcase_name.txt. you can use the "--log-file=" option. More info is available via "valgrind --help" > > Thanks! > > -- > Salvatore Iovene > http://www.iovene.com/ Cheers, Michael |
|
From: Nicholas N. <nj...@cs...> - 2007-09-13 22:01:33
|
On Thu, 13 Sep 2007, Salvatore Iovene wrote: > I was wondering: is there a way to have custom filenames for massif's > output? I'm not happy with massif.pid.txt, and would like something like > massif.testcase_name.txt. Not without hacking the source code. Nick |