Esempio n. 1
0
 public static function init()
 {
     if (cfg::$debug || cfg::$debug_file) {
         self::$start_time = date("H:i:s");
         self::$start_mtime = microtime($get_as_float = true);
         self::$debug_info = array();
     }
 }
Esempio n. 2
0
File: debug.php Progetto: rigidus/ea
 public function startTimer()
 {
     self::$start_time = explode(" ", microtime());
 }