in reply to Re: An efficient way to parallelize loops
in thread An efficient way to parallelize loops

Unfortunately the module Devel::NYTProf only works with perl 5.8.1, while I've got only a 5.8.0 version. How can I profile/benchmark with the tools I have?

Thanks again
  • Comment on Re^2: An efficient way to parallelize loops

Replies are listed 'Best First'.
Re^3: An efficient way to parallelize loops
by marto (Cardinal) on Jun 01, 2010 at 13:08 UTC

      If I could, I would already :)

      Unfortunately, I can't do upgrade, cause I just develop on that machine, and have no administration power.

      Thanks though

        Well, my link to the tutorials section still stands for your current setup. You could install your own version of perl in a location you do have appropriate access to, it's easier than you may think.

        Perhaps take a look at the change logs to see what has been fixed/changed/added since your current build. It may be worth raising the issue with your sysadmin.