|
From: Giuseppe Di G. <giu...@gm...> - 2008-10-22 09:03:42
|
Dear all,
can you give me an example on how to create a suppression file for profiling
my programs?
Immagine I have a situation like this:
int main()
{
foo1();
foo2();
foo3();
return 0;
}
I'd like to suppress ***all problems*** (mem leaks, ...) which can rise from
functions foo1 and foo2. I need to debug only foo3. Could you please give me
an example of the .supp file?
Thanks,
Giuseppe
|