예제 #1
0
 public static function reset()
 {
     self::$_initiated = false;
     if (self::started()) {
         self::stop();
     }
 }
예제 #2
0
 /**
  * tearDown method
  *
  * @return void
  */
 public function tearDown()
 {
     parent::tearDown();
     TestXHProf::reset();
 }