* Thus wrote tkwright ([EMAIL PROTECTED]):
> 
> 
> Just warming the timer
> This Is HTML
> ###########################################
> # Total Time:   0.000114 seconds          #
> # Start Time:   1069732578.575586 seconds #
> # Ending Time:  1069732578.575700 seconds #
> ###########################################

You need to do more than one iteration in your benchmark. There are
many factors that go into benchmarking that can easily give false
reports.

And situations differ on their performance, for example:

echo 'a';

vs.

?>a<?php


The echo will simply add the char 'a' to the output stack, while the
latter will have to break out of php add 'a' to the stack and
re-enter php.

> 
> begin 666 inspect.timer.2.php

Attachments are strongly discourged on the list, if you wish to
share them put them on the website and post the links to them here.


Curt
-- 
"My PHP key is worn out"

  PHP List stats since 1997: 
    http://zirzow.dyndns.org/html/mlists/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to