è¶ é©å½ã /** * å®è¡æéè¨æ¸¬ãã£ã«ã¿ã®å®è£ * * @author halt feits * @access public * @package Ethna */ class Ethna_Plugin_Filter_Bench extends Ethna_Plugin_Filter { var $bm; var $use_bm = true; /** * å®è¡åãã£ã«ã¿ * * @access public */ function preFilter() { if ($this->use_bm) { require_once 'Benchmark/Timer.php'; $this->bm =& new Benchmark_Timer(); $this->bm->start(); } } function preActionFilter() { if ($this->use_bm)
{{#tags}}- {{label}}
{{/tags}}