Re: How to measure the efficiency, load & performance of a script?
[email protected] (brian d foy)
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <210520081439482097%[email protected]> |
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <e937861f-bf85-4095-b2e6-7a6a235c172c@g16g2000pri.googlegroups.com>, timbo <[email protected]> wrote: > Hi all, > > I was just wondering if any general tools / modules exist to help > measure the efficiency of any code. > I know that the Learning Perl books cover the theory but was wanting > to know if there were good measuring methods available. I cover some of that in Mastering Perl. There is a little bit of theory, but I also go through the Perl tools that you would use. I also cover some of that in my Benchmarking talk, listed on my web page: http://www.pair.com/~comdog/ Good luck :)