예제 #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();
     }
 }