RE: [Perl-unix-users] Running time

2003-02-14 Thread chengkai
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Roman @ Melihhov > Sent: Thursday, February 13, 2003 1:06 PM > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] Running time > > > Hi, > How do I ditermine

Re: [Perl-unix-users] Running time

2003-02-14 Thread Andy_Bach
You may also want to look at the module TIme::HiRes if you want to see smaller than a second intervals. If you want to test your program's execution times as in benchmarking, see the module Benchmark a Andy Bach, Sys. Mangler Internet: [EMAIL PROTECTED] VOICE: (608) 261-5738 FAX 264-5030 "

Re: [Perl-unix-users] Running time

2003-02-14 Thread Merijn van den Kroonenberg
$starttime_script = $^T; substract that from the current time, and you have your running time. greetings, Merijn - Original Message - From: "Roman @ Melihhov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 10:05 PM Subject: [Perl-un

[Perl-unix-users] Running time

2003-02-13 Thread Roman @ Melihhov
Hi, How do I ditermine how long script (process has been running). Thanx, Roman. ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs