RE: time difference in milliseconds

2003-07-21 Thread Hemant Desai
L PROTECTED] Sent: Monday, July 21, 2003 9:08 PM To: Hemant Desai Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: time difference in milliseconds On Jul 21, Hemant Desai said: >is it possible to do the same w/o using a package... Well, the Time::HiRes module was created so that you COUL

RE: time difference in milliseconds

2003-07-21 Thread Jeff 'japhy' Pinyan
On Jul 21, Hemant Desai said: >is it possible to do the same w/o using a package... Well, the Time::HiRes module was created so that you COULD. You need access to finer-grain time than Perl has built-in. You'll need some sort of extension. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] ht

RE: time difference in milliseconds

2003-07-21 Thread Hemant Desai
thanks a lot is it possible to do the same w/o using a package... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 8:49 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: time difference in milliseconds

RE: time difference in milliseconds

2003-07-21 Thread wiggins
On Mon, 21 Jul 2003 20:39:36 +0530, "Hemant Desai" <[EMAIL PROTECTED]> wrote: > hi , > > am trying to benchmark some code and it requires the time difference in > milliseconds > > > $st_time = {get time in milliseconds); > { > do something > } >