From 468c48029c6c6d0b022ff285c394239fa553885e Mon Sep 17 00:00:00 2001 From: eeliu <27064129+eeliu@users.noreply.github.com> Date: Thu, 16 Dec 2021 10:39:12 +0800 Subject: [PATCH] fix: enable save files --- lib/pinpoint/Common/PinpointDriver.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/pinpoint/Common/PinpointDriver.php b/lib/pinpoint/Common/PinpointDriver.php index f50ba08..596bdc2 100644 --- a/lib/pinpoint/Common/PinpointDriver.php +++ b/lib/pinpoint/Common/PinpointDriver.php @@ -115,7 +115,9 @@ public function start() $visitor->runAllVisitor($fullPath,$aopFuncInfo,$naming); } } - + // save render aop class into index file + Util::saveCachedClass(RenderAopClass::getInstance()->getLoadeMap()); + // enable RenderAop class loader RenderAopClassLoader::start(); }