예제 #1
0
 /**
  * Starts the tracing session.
  *
  */
 public static function start()
 {
     self::$_startTime = microtime(true);
 }