PHP Trait Tests\AnalyzesPerformance

Show file 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 property

protected int $memoryUsage
return integer

$performanceMemoryGoal protected property

Maximum memory usage in bytes
protected $performanceMemoryGoal

$performanceTimeGoal protected property

Maximum execution time in seconds
protected $performanceTimeGoal

$startTimestamp protected property

protected int $startTimestamp
return integer