xxfseo调试信息
$vo){
$usetime=$vo['usetime'];
$memory=$vo['memory'];
if($vo['slow']){
$usetime=''.$usetime.'';
}
if($memory>100){
$memory=''.$memory.'';
}
/*if($vo['key']=='alluse'){
write('./ab.txt','usetime: '.$vo['usetime'].'s , memory: '.$vo['memory'].'kb'."\r\n",'a+');
if($vo['usetime']>2){
$con=var_export($debug_logs,true);
write('./ab/'.$vo['usetime'].'.txt',$con);
}
}*/
echo '- '.$i.'. '.$vo['key'].': Usetime '.$usetime.'s , Memory: '.$memory.'KB
';
$i++;
}
echo '- alltags_runtime:';
foreach(get_tags_runtime() as $k=>$vo){
echo $k.': '.$vo.'s , ';
}
echo '
';
?>