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
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
[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
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