PHP Trait Tests\AnalyzesPerformance

Afficher le fichier Open project: menarasolutions/geographer

Protected Properties

Свойство Type Description
$memoryUsage integer
$performanceMemoryGoal Maximum memory usage in bytes
$performanceTimeGoal Maximum execution time in seconds
$startTimestamp integer

Méthodes publiques

Méthode Description
performanceCheck ( ) : void
performanceHook ( ) : void

Method Details

performanceCheck() public méthode

public performanceCheck ( ) : void
Résultat void

performanceHook() public méthode

public performanceHook ( ) : void
Résultat void

Property Details

$memoryUsage protected_oe property

protected int $memoryUsage
Résultat 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
Résultat integer