/**
  * The TimeTracking uses a lot of memory. So it should be used for testcases only.
  * By default the timetracking is not enabled
  *
  * @param boolean $flag
  */
 public static function enableTimeTrack($flag)
 {
     self::$enableTT = $flag;
 }