Maison > php教程 > php手册 > XHProf

XHProf

WBOY
Libérer: 2016-06-06 19:34:43
original
1379 Les gens l'ont consulté

XHProf调用 无 //测试开始配置代码 xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY); //测试的代码块开始 for ($i=1;$i=100;$i++) { echo $i.'br/'; } //测试的代码块结束 //结束代码块开始 $xhprof_data = xhprof_disable(); include_once ("/xhprof

XHProf  调用
//测试开始配置代码 
xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY); 
 
 
//测试的代码块开始 
for ($i=1;$i<=100;$i++) 
{ 
    echo $i.'<br/>'; 
} 
 
//测试的代码块结束 
 
//结束代码块开始 
$xhprof_data = xhprof_disable(); 
include_once ("/xhprof_lib/utils/xhprof_lib.php"); 
include_once ("/xhprof_lib/utils/xhprof_runs.php"); 
 
$objXhprofRun = new XHProfRuns_Default(); 
 
$run_id = $objXhprofRun->save_run($xhprof_data, "xhprof"); 
 
echo "<a href='/xhprof_html/index.php?run=".$run_id."&source=xhprof' target='_blank'>view</a>"; 
 
//结束代码块结尾 
Copier après la connexion
Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Recommandations populaires
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal