[tpm] Is there a three-way version of...

Uri Guttman uri at StemSystems.com
Mon Jun 1 22:48:59 PDT 2009


use Benchmark ;

running your own loops with the external command time is very inaccurate
and clumsy. perl's benchmark module handles various issues such as
subtracting out a null call, running all the variations for a fixed wall
clock time or count, and various comparison reports. plus it is much
simpler to use and setup than your code. learn to use it as it will make
doing benchmarks so much easier and you will get more useful information
out of them.

uri

-- 
Uri Guttman  ------  uri at stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------


More information about the toronto-pm mailing list