Re: Favorite packages for benchmarking?

2005-06-03 Thread Dave Gray
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,

Re: Favorite packages for benchmarking?

2005-06-02 Thread John W. Krahn
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

Favorite packages for benchmarking?

2005-06-02 Thread Siegfried Heintze
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

Re: Benchmarking a sort with array reference problem

2005-01-21 Thread John W. Krahn
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

Benchmarking a sort with array reference problem

2005-01-21 Thread Edward Wijaya
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

Re: benchmarking

2001-12-12 Thread Brett W. McCoy
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

Re: benchmarking

2001-12-12 Thread Jeff 'japhy' Pinyan
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 (

Re: benchmarking

2001-12-12 Thread Etienne Marcotte
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

benchmarking

2001-12-12 Thread Patrick.Griffin
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]