Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
xhprof_header.php
Go to the documentation of this file.
1 <?php
2 if ( (extension_loaded('xhprof')) && DO_XHPROF_STATS ) {
3  include_once '/usr/share/php/xhprof_lib/utils/xhprof_lib.php';
4  include_once '/usr/share/php/xhprof_lib/utils/xhprof_runs.php';
5  xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY);
6 }
7 ?>