Example #1
0
 protected function __construct()
 {
     // require_once (WWW_PATH . '/ExtProce/debug/xhprof/xhprof_lib/utils/xhprof_lib.php');
     // require_once (WWW_PATH . '/ExtProce/debug/xhprof/xhprof_lib/utils/xhprof_runs.php');
     //  xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY);
     $this->enabled = true;
     self::$instance = $this;
     $this->elapse = K_Time::microtime_float();
 }