Profiling apache 2.0.55 using Gprof

2008-07-23 Thread Paras Fadte
Hi, I have been trying to profile apache 2.0.55 using Gprof by compiling it with "-g -pg" option.The mpm used is worker. MaxRequestsPerChild is changed to 1 in httpd.conf and I Start apache with "httpd -X" option and make a single and then stop it.The gmon.out file produced does show some details

Re: Profiling apache 2.0.55 using Gprof

2008-07-24 Thread Paras Fadte
Hi, Has anyone tried this "http://sam.zoy.org/writings/programming/gprof.html"; ? -Paras On Thu, Jul 24, 2008 at 12:01 AM, Paras Fadte <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to profile apache 2.0.55 using Gprof by compiling > it with "-g -pg" option.The mpm used is worker. MaxRe