start('main'); $timer->start('client1'); $sniffer_settings = array('check_cookies'=>$cc, 'default_language'=>$dl, 'allow_masquerading'=>$am); $client = new phpSniff($UA,$sniffer_settings); $timer->stop('client1'); $c1_bg = '#cccccc'; $c2_bg = '#ffffff'; $c3_bg = '#000000'; function makeSelectOption ($link,$text) { global $client; $o = ""; print $o; } function example ($search,$output) { global $c2_bg, $c1_bg, $client; ?>
stop('main'); printf("
\n".
"client instantiation time : %s\n" .
"page execution time : %s\n" .
"" ,
$timer->get_current('client1'),
$timer->get_current('main'));
?>
_______________________________