Has anyone any advice on how to test the efficiency of a script? The
benchmark [perl.com] module is handy for testing execution time, but I'm struggling to think of a good way to test memory usage (which I'd think was very important in a CGI environment where there might be multiple instances of the script running at once).
Any tips?