Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

RE: (4) How can I keep track of the execution time of a script?

by Adam (Vicar)
on Oct 05, 2000 at 00:58 UTC ( [id://35336]=note: print w/replies, xml ) Need Help??


in reply to RE: 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?

This has several flaws. First, the tick count is not milliseconds. Second, that count could roll in the middle of your execution, yeilding a negative run time. (this happens roughly once a month) Also, it's OS dependant.

I asked Sarcasmo what OS this was for, and the answer is Linux.

  • Comment on RE: (4) How can I keep track of the execution time of a script?

Replies are listed 'Best First'.
RE: RE: (4) How can I keep track of the execution time of a script?
by acid06 (Friar) on Oct 05, 2000 at 01:05 UTC
    Yes, it *is* OS dependant, as I said on the first line of my reply. However you're wrong about the tick count, at least according to the Win32 manpage:
    Win32::GetTickCount() [CORE] Returns the number of milliseconds elapsed since the last system boot. Resolution is limited to system timer ticks (about 10 +ms on WinNT and 55ms on Win9X).
    Its resolution is limited, however it is in miliseconds.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://35336]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (None)
    As of 2024-04-25 01:31 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found