Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/tests/xhprof/header.php

12 lines
298 B

<?php
/**
* @package chamilo.profiling
*/
/**
* Init
*/
if (extension_loaded('xhprof')) {
include_once dirname(__FILE__).'/xhprof_lib/utils/xhprof_lib.php';
include_once dirname(__FILE__).'/xhprof_lib/utils/xhprof_runs.php';
xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY);
}