* Support output xhprof for send.

This commit is contained in:
Lufei
2023-06-07 13:28:46 +08:00
parent 4921d93d3e
commit f7ce6e4541
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -955,6 +955,7 @@ class baseControl
for($i = 0; $i < $obLevel; $i++) ob_end_clean();
$response = helper::removeUTF8Bom(urldecode(json_encode($data)));
$this->app->outputXhprof();
die($response);
}