> 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: 

perldoc -q profile

at your command prompt.

There is also the 'Devel::DProf' module which provides more granular
performance details. Hope this helps.

Matt


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to