make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response); // 结束分析 $xhprof_data = xhprof_disable(); // 保存结果 $XHPROF_ROOT = base_path('./public/xhprof/xhprof_lib'); include_once $XHPROF_ROOT . "/utils/xhprof_lib.php"; include_once $XHPROF_ROOT . "/utils/xhprof_runs.php"; $xhprof_runs = new XHProfRuns_Default(); $xhprof_runs->save_run($xhprof_data, "xhprof_laravel_testing");