stas 2003/09/26 15:17:32 Modified: src/docs/2.0/devel/debug c.pod Log: mp2/apache2 profiling tips Revision Changes Path 1.14 +6 -0 modperl-docs/src/docs/2.0/devel/debug/c.pod Index: c.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/devel/debug/c.pod,v retrieving revision 1.13 retrieving revision 1.14 diff -u -u -r1.13 -r1.14 --- c.pod 26 Sep 2003 22:11:14 -0000 1.13 +++ c.pod 26 Sep 2003 22:17:32 -0000 1.14 @@ -29,6 +29,12 @@ http://httpd.apache.org/dev/debugging.html (need to add this link to mp1 docs as well) +META: profiling: need a new entry of profiling. ++ running mod_perl under gprof: Defining GPROF when +compiling uses the moncontrol() function to disable gprof profiling in +the parent, and enable it only for request processing in children (or +in one_process mode). + =head2 Setting gdb breakpoints with mod_perl built as DSO If mod_perl is built as a DSO module, you cannot set the breakpoint in
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]