예제 #1
0
 /**
  * @return Aoe_Profiler_Model_Run
  */
 public function loadStackLogFromProfiler()
 {
     Varien_Profiler::disable();
     $this->stackLog = Varien_Profiler::getStackLog();
     $this->_hasDataChanges = true;
     return $this;
 }
예제 #2
0
파일: Stack.php 프로젝트: bevello/bevello
 /**
  * @return Aoe_Profiler_Model_Stack
  */
 public function loadStackLogFromProfiler()
 {
     Varien_Profiler::disable();
     $this->stackLog = Varien_Profiler::getStackLog();
     return $this;
 }