+ [refac] save xhprof log for api.

This commit is contained in:
liugang
2025-04-03 13:16:25 +08:00
committed by 刘刚
parent c7fdbc4889
commit e97bb7b96b
+2
View File
@@ -207,6 +207,8 @@ class api extends router
if($this->action == 'options') throw EndResponseException::create($entry->send(204));
echo call_user_func_array(array($entry, $this->action), array_values($this->params));
$this->outputXhprof();
}
catch(EndResponseException $endResponseException)
{