in reply to Re^6: Is there a faster way to run a command than use IPC::Run3
in thread Is there a faster way to run a command than use IPC::Run3

Devel::DProf

True laziness is hard work
  • Comment on Re^7: Is there a faster way to run a command than use IPC::Run3

Replies are listed 'Best First'.
Re^8: Is there a faster way to run a command than use IPC::Run3
by Anonymous Monk on Feb 21, 2011 at 08:13 UTC
Re^8: Is there a faster way to run a command than use IPC::Run3
by ikegami (Patriarch) on Feb 21, 2011 at 09:11 UTC

    Every time I've heard of Devel::DProf was in a warning to avoid it. It's even slated for removal from the perl distribution. Devel::NYTProf is strongly preferred.