Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Find Execution time of perl script??

by Codon (Friar)
on Jun 05, 2006 at 05:52 UTC ( [id://553531]=note: print w/replies, xml ) Need Help??


in reply to Find Execution time of perl script??

How do you define "execution time"? Do you want to know raw CPU time the script takes? If you are on a *nix platform, you can simply 'time script' which will give you Real, User, and System CPU time (IIRC) taken by the script.

If you want more profiling information, then you need to use a profiling tool. Devel::DProf is great for this. As far as "having privilege" to download modules, you could always download them and install them under you home directory as long as you set your PERL5LIB to point to the base install location. TIMTOWTDI.

Ivan Heffner
Sr. Software Engineer, DAS Lead
WhitePages.com, Inc.
  • Comment on Re: Find Execution time of perl script??

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 02:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found