PHP Trait Tests\AnalyzesPerformance

ファイルを表示 Open project: menarasolutions/geographer

Protected Properties

Property Type Description
$memoryUsage integer
$performanceMemoryGoal Maximum memory usage in bytes
$performanceTimeGoal Maximum execution time in seconds
$startTimestamp integer

Public Methods

Method Description
performanceCheck ( ) : void
performanceHook ( ) : void

Method Details

performanceCheck() public method

public performanceCheck ( ) : void
return void

performanceHook() public method

public performanceHook ( ) : void
return void

Property Details

$memoryUsage protected_oe property

protected int $memoryUsage
return integer

$performanceMemoryGoal protected_oe property

Maximum memory usage in bytes
protected $performanceMemoryGoal

$performanceTimeGoal protected_oe property

Maximum execution time in seconds
protected $performanceTimeGoal

$startTimestamp protected_oe property

protected int $startTimestamp
return integer