Code Comments
Programming Forum and web based access to our favorite programming groups.Hi folks, I need measure how much my perl program consume while it is executed. Can anyone help me? Sorry my bad english. Thank in advance, Ricardo Pichler
Post Follow-up to this message> I need measure how much my perl program consume while it is executed. You can use the Benchmark module to determine execution times. This is included in the core module set. There is also a related FAQ page that you can read by doing:=20 perldoc -q profile at your command prompt. There is also the 'Devel::DProf' module which provides more granular performance details. Hope this helps. Matt
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.