RE: timing functions

2005-05-26 Thread Brian Raven
Wayne Simmons wrote: > Hello all, > > I frequently see people on this list giving timing for functions or > algorithms. Can someone point me to the point me to the module used > for this timing? Or at least what method you used to time, I'm > assuming it's not just a stopwatch because some of the

Re: timing functions

2005-05-25 Thread David Nicol
there's also POSIX::clock, for what it's worth ___ ActivePerl mailing list ActivePerl@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: timing functions

2005-05-25 Thread Wagner, David --- Senior Programmer Analyst --- WGO
[EMAIL PROTECTED] wrote: > Hello all, > > I frequently see people on this list giving timing for functions or > algorithms. Can someone point me to the point me to the module used > for this timing? Or at least what method you used to time, I'm > assuming it's not just a stopwatch because some of

RE: timing functions

2005-05-25 Thread Steve Baldwin
Time::HiRes ??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Simmons Sent: Thursday, 26 May 2005 6:33 AM To: activeperl@listserv.ActiveState.com Subject: timing functions Hello all, I frequently see people on this list giving timing for function