Exemplo n.º 1
0
 function endHTML()
 {
     global $_startTime;
     if (isset($_startTime)) {
         $endTime = microtime(true);
         $diff = round(($endTime - $_startTime) * 1000);
         $this->raw("<!-- {$diff}ms -->");
     }
     return parent::endHTML();
 }