in reply to
Re: timing a command execution with perl
in thread
timing a command execution with perl
Is there some options to visualise also microseconds and milliseconds and not only seconds?
Comment on
Re^2: timing a command execution with perl
Replies are listed 'Best First'.
Re^3: timing a command execution with perl
by
james28909
(Deacon)
on Dec 09, 2014 at 16:06 UTC
Yes, Time::HiRes like posted here:
http://www.perlmonks.org/?node_id=1109765
[reply]
In Section
Seekers of Perl Wisdom