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