in reply to Re: timing a command execution with perl
in thread timing a command execution with perl

Ok, I installed the Time::HiRes module but how can I use it, it seems ot me a bit complicated.

In addition, I'm working at a real-time work. I have to be as much precise as I can.

  • Comment on Re^2: timing a command execution with perl

Replies are listed 'Best First'.
Re^3: timing a command execution with perl
by fishmonger (Chaplain) on Dec 09, 2014 at 15:09 UTC

    If you post a short but complete test script and point out what you want to time, we will be better able to assist you in using the module to time that portion.