Example #1
0
function start_profiler()
{
    declare (ticks=1);
    require_once './classes/SimpleProfiler.php';
    SimpleProfiler::start_profile();
}