Example #1
0
 /**
  * 初始化运行时间
  *
  */
 protected function __construct()
 {
     self::$_time = self::$_sectionTime = self::getMicroTime();
 }