Exemplo n.º 1
0
 public static function reset()
 {
     self::$_counter = array();
     self::$_counterLog = array();
     self::$_checkpoints = array();
     self::$_subCheckpoints = array();
     self::$startTime = microtime(true);
 }