http://www.perlmonks.org?node_id=35337


in reply to RE: RE: How can I keep track of the execution time of a script?
in thread How can I keep track of the execution time of a script?

There is a module that can get you high resoltion time stamps: Time::HiRes

You should be able to take it from there.