[2010-05-11-1] ã«ã¦è¨äºãä¿®æ£ããã pear Benchmark ã§ãã³ããã¼ã¯ãç°¡åã«ãããã¨ãã§ãã¾ãã <?php include ('Benchmark/Timer.php'); $oTimer =& new Benchmark_Timer(); $oTimer->start (); $oTimer->setMarker( '1st' ); doit1 (); $oTimer->setMarker( '2nd' ); doit2 (); $oTimer->setMarker( '3rd' ); doit3 (); $oTimer->setMarker( '4th' ); doit4 (); $oTimer->stop (); $oTimer->display (); ?> ãã³ããã¼ã¯çµæã¯ãããªã«ã³ã¸ã ------------------------------
{{#tags}}- {{label}}
{{/tags}}