コード例 #1
0
ファイル: Profile.php プロジェクト: enyo/rincewind
 /**
  * If a profile has been attached, then printResult() will be called on it.
  * @see Profiler::printResult
  */
 public static function printResult()
 {
     if (self::$profiler) {
         self::$profiler->printResult();
     }
 }