示例#1
0
 public static function enable()
 {
     self::$_isEnabled = true;
     self::$_enableTime = microtime(true);
     yProfiler::start();
 }