On 6/2/05, John W. Krahn <[EMAIL PROTECTED]> wrote:
> Siegfried Heintze wrote:
> > There are lots of packages for date-time computations. What is the best one
> > for timing computations for benchmarks? I'm thinking I want to fetch the
> > time in 64 bit format instead of year, mo, day, hour, min,
Siegfried Heintze wrote:
There are lots of packages for date-time computations. What is the best one
for timing computations for benchmarks? I'm thinking I want to fetch the
time in 64 bit format instead of year, mo, day, hour, min, sec, nano seconds
(which is what most of the date-time packages
There are lots of packages for date-time computations. What is the best one
for timing computations for benchmarks? I'm thinking I want to fetch the
time in 64 bit format instead of year, mo, day, hour, min, sec, nano seconds
(which is what most of the date-time packages do). That should make
subt
Edward Wijaya wrote:
Hi,
Hello,
I am trying to benchmark these two sorting algorithms.
However running the script below:
$ perl thiscode.pl
gives:
Can't use an undefined value as an ARRAY reference at radix.pl line 23.
However the code execute smoothly with the normal usage.
Only when I use 'cmpthe
Hi,
I am trying to benchmark these two sorting algorithms.
However running the script below:
$ perl thiscode.pl
gives:
Can't use an undefined value as an ARRAY reference at radix.pl line 23.
However the code execute smoothly with the normal usage.
Only when I use 'cmpthese' the problem occur.
Any i
On Wed, 12 Dec 2001 [EMAIL PROTECTED] wrote:
> Any tool available for benchmarking scripts? (In idiotville I could
> think of using the time in some fashion...but again welcome to
> idiotville.)
There's a CPAN module called Benchmark. It's pretty eas
On Dec 12, [EMAIL PROTECTED] said:
>Any tool available for benchmarking scripts? (In idiotville I could
>think of using the time in some fashion...but again welcome to
>idiotville.)
You're gonna hate me for this...
It's called Benchmark.pm, and it's a standard module (
use Benchmark;
http://www.perlmonks.org/index.pl?node_id=8745&lastnode_id=3628 for a
little tutorial on using benchmarks
Etienne
[EMAIL PROTECTED] wrote:
>
> hey,
> Any tool available for benchmarking scripts? (In idiotville I could
> think of using the time in some fas
hey,
Any tool available for benchmarking scripts? (In idiotville I could
think of using the time in some fashion...but again welcome to
idiotville.)
Thanks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]