Ejemplo n.º 1
0
 /**
  * @return Aoe_Profiler_Model_Run
  */
 public function loadStackLogFromProfiler()
 {
     Varien_Profiler::disable();
     $this->stackLog = Varien_Profiler::getStackLog();
     $this->_hasDataChanges = true;
     return $this;
 }
Ejemplo n.º 2
0
 /**
  * @return Aoe_Profiler_Model_Stack
  */
 public function loadStackLogFromProfiler()
 {
     Varien_Profiler::disable();
     $this->stackLog = Varien_Profiler::getStackLog();
     return $this;
 }