You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lekha Menon <le...@patni.com> on 2006/02/07 14:39:21 UTC

[users@httpd] How to compile with Gprof

Hi,

I want to compile Apache with Gprof enabled. How can i do that?

Pls help!

Thanks & Regards,
Lekha Menon

http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin@patni.com and delete this mail. 
_____________________________________________________________________

Re: [users@httpd] How to compile with Gprof

Posted by Lekha Menon <le...@patni.com>.
FYI!
I found out how to compile with Gprof Setting -
In configure.in, put stmt -

AC_ARG_ENABLE(gprof,AC_HELP_STRING([--enable-gprof],[Produce gprof profiling
data in 'gmon.out' (GCC only).]),
[
   APR_ADDTO(CPPFLAGS, -DGPROF)
])dnl

And while using configure cmd, specify --enable-gprof.
  ----- Original Message -----
  From: Lekha Menon
  To: users@httpd.apache.org
  Sent: Tuesday, February 07, 2006 7:09 PM
  Subject: [users@httpd] How to compile with Gprof


  Hi,

  I want to compile Apache with Gprof enabled. How can i do that?

  Pls help!

  Thanks & Regards,
  Lekha Menon


  http://www.patni.com
  World-Wide Partnerships. World-Class Solutions.
  _____________________________________________________________________

  This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to whom this
message was originally addressed. Any review, e-transmission dissemination
or other use of or taking of any action in reliance upon this information by
persons or entities other than the intended recipient is prohibited. If you
have received this e-mail in error kindly delete this e-mail from your
records. If it appears that this mail has been forwarded to you without
proper authority, please notify us immediately at netadmin@patni.com and
delete this mail.
  _____________________________________________________________________

http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________

This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin@patni.com and delete this mail. 
_____________________________________________________________________