Re: about g++ compilation for class constructor/destructor

2008-09-28 Thread drag chan
Thanks for your reply. In oder to reduce ctor/dtor size in object file, maybe I should move most ctor/dtor source to a seperate function. best regards, dragchan

Re: Gcov: Coverage of Child processes

2008-09-28 Thread Ben Elliston
On Sun, 2008-09-28 at 10:03 +0530, J.P. Gupta wrote: > I have a C++ server which in turn spawns the child process to do the > execution of actual task. Using Gcov, I am getting the code coverage > of the main server(listener) process but the child processes are not > getting the coverage. Is it a