From 42abda27f6a0a484c664b86900c8904c6119730e Mon Sep 17 00:00:00 2001 From: dp-ifacesoft Date: Mon, 17 Aug 2020 16:20:22 +0300 Subject: [PATCH] fix profile --- source/Ice/Core/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ice/Core/Profiler.php b/source/Ice/Core/Profiler.php index 830c84b1..f850545c 100644 --- a/source/Ice/Core/Profiler.php +++ b/source/Ice/Core/Profiler.php @@ -185,7 +185,7 @@ public static function xphrofDisable() } if ($xhprof_data) { - $xhprof_runs = new XHProfRuns_Default(); + $xhprof_runs = new XHProfRuns_Default('/tmp'); $xhprof_runs->save_run($xhprof_data, "xhprof_testing"); }