PHP 트레잇 Tests\AnalyzesPerformance

파일 보기 프로젝트 열기: menarasolutions/geographer

보호된 프로퍼티들

프로퍼티 타입 설명
$memoryUsage integer
$performanceMemoryGoal Maximum memory usage in bytes
$performanceTimeGoal Maximum execution time in seconds
$startTimestamp integer

공개 메소드들

메소드 설명
performanceCheck ( ) : void
performanceHook ( ) : void

메소드 상세

performanceCheck() 공개 메소드

public performanceCheck ( ) : void
리턴 void

performanceHook() 공개 메소드

public performanceHook ( ) : void
리턴 void

프로퍼티 상세

$memoryUsage 보호되어 있는 프로퍼티

protected int $memoryUsage
리턴 integer

$performanceMemoryGoal 보호되어 있는 프로퍼티

Maximum memory usage in bytes
protected $performanceMemoryGoal

$performanceTimeGoal 보호되어 있는 프로퍼티

Maximum execution time in seconds
protected $performanceTimeGoal

$startTimestamp 보호되어 있는 프로퍼티

protected int $startTimestamp
리턴 integer