in reply to timing a command execution with perl

You can use Time::HiRes to get time within Perl execution.

But please keep in mind that the OS produces loads and overheads due to multitasking which will add to execution time.

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)

  • Comment on Re: timing a command execution with perl