Re: timing a program

2008-03-08 Thread ANJAN PURKAYASTHA
thanks all ! just tried NYTProfiler. worked like a charm! anjan On Sat, Mar 8, 2008 at 1:24 PM, zentara <[EMAIL PROTECTED]> wrote: > On Sat, 8 Mar 2008 11:27:01 -0500, [EMAIL PROTECTED] ("ANJAN > PURKAYASTHA") wrote: > > >i would like to find out how much time my program or a couple of steps > >

Re: timing a program

2008-03-08 Thread Richard Lee
ANJAN PURKAYASTHA wrote: i would like to find out how much time my program or a couple of steps within my program took to run. any idea what command/module i need to use? tia, anjan either just use time program OR read this article. http://www.stonehenge.com/merlyn/UnixReview/col49.ht

Re: timing a program

2008-03-08 Thread Gunnar Hjalmarsson
ANJAN PURKAYASTHA wrote: i would like to find out how much time my program or a couple of steps within my program took to run. any idea what command/module i need to use? I guess you want the Benchmark module. -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscr

Re: timing a program

2008-03-08 Thread John W. Krahn
ANJAN PURKAYASTHA wrote: i would like to find out how much time my program or a couple of steps within my program took to run. any idea what command/module i need to use? http://search.cpan.org/~jaw/Devel-Profile-1.05/ http://search.cpan.org/~akaplan/Devel-NYTProf-0.05/ John -- Perl isn't a