Example #1
0
 public function __destruct()
 {
     $this->_end = microtime(true);
     $result = $this->_end - $this->_start;
     if ($this->_context->getDebugStatus()) {
         Debug::PrintValue("Total Execution Time: " . $result . " seconds ");
     }
 }