function SingleTimer()
 {
     parent::Singleton();
     $this->start = $this->getMicroTime();
 }