Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Subroutine execution time

by tomfahle (Priest)
on Dec 25, 2010 at 08:17 UTC ( [id://879138]=note: print w/replies, xml ) Need Help??


in reply to Subroutine execution time

Try Devel::DProf - a profiler specialised on subroutine execution times.

Step 1: Profile the code:

$ perl -d:DProf yourprog.pl

Step 2: Display results:

$ dprofpp -l tmon.out

Otherwise, use Devel::NYTProf as already suggested.

HTH,
Thomas

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://879138]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (11)
As of 2024-04-23 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found