in reply to Re: Startup cost, CGI performance
in thread Startup cost, CGI performance

Although I do agree that Benchmark::Timer is really nice for easy benchmarking, I do have to note (for the record) that it is not included with Perl (by default), AFAIK. Benchmark is, but you do have to install Benchmark::Timer yourself.

--
b10m

Replies are listed 'Best First'.
Re: Re: Startup cost, CGI performance
by BrowserUk (Patriarch) on Jan 17, 2004 at 00:01 UTC

    I sit corrected :)

    I've had it so long, I've reached the point that I assumed it was a consituent part of Benchmark.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    Timing (and a little luck) are everything!