Alternc  latest
Alternc logiel libre pour l'hébergement
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 ?>
const DO_XHPROF_STATS
Main configuration file (BOOSTRAP) of AlternC control panel.
Definition: config.php:29