in reply to Re: How to measure execution time in Perl
in thread How to measure execution time in Perl

I'd just like to add that Devel::NYTProf supports multiple ways to measure the time it takes to run some code. The documentation is great, and it covers the benefits and problems associated with each profiling method. You can learn a lot without ever using the module.

  • Comment on Re^2: How to measure execution time in Perl