Skip to content
Snippets Groups Projects
Commit 7c9c3a70 authored by llaffont's avatar llaffont
Browse files

XHProf: correction chargement des fonctions XHProf

parent 90c8d473
Branches
Tags
No related merge requests found
......@@ -59,8 +59,8 @@ class ZendAfi_Controller_Plugin_XHProfile extends Zend_Controller_Plugin_Abstrac
$xhprof_data = xhprof_disable();
require_once "xhprof/xhprof_lib/utils/xhprof_lib.php";
require_once "xhprof/xhprof_lib/utils/xhprof_runs.php";
require_once ROOT_PATH."xhprof/xhprof_lib/utils/xhprof_lib.php";
require_once ROOT_PATH."xhprof/xhprof_lib/utils/xhprof_runs.php";
$xhprof_runs = new XHProfRuns_Default();
$run_id = $xhprof_runs->save_run($xhprof_data, "xhprof_testing");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment