Exemplo 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();
     }
 }
Exemplo n.º 2
0
Arquivo: debug.php Projeto: rigidus/ea
 public function startTimer()
 {
     self::$start_time = explode(" ", microtime());
 }