On Wed, Nov 19, 2003 at 09:40:20AM -0500, Jeff 'japhy' Pinyan wrote: > On Nov 19, EUROSPACE SZARINDAR said: > > >Are there tools like in C (lint, gconv, gprof) to know a little more about > >the perl execution. > > > >What could be very usefull : > >nb of times a subroutine is executed, > >time spent per sub, > >memory usage, .... > > You want the Devel::DProf module. It gives you specific profiling > information about your program. Read its docs to see how to use it.
That covers gprof. For gcov see Devel::Cover. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]