Свойство | Type | Description | |
---|---|---|---|
$endMemory | float | The memory usage after the callback is executed. | |
$endTime | float | The time the callback finished executing. | |
$exception | Exception | null | Exception thrown by callback. | |
$match | boolean | Does the callback result value match the control. | |
$startMemory | float | The memory usage before the callback is executed. | |
$startTime | float | The time the callback was executed. | |
$value | mixed | Callback result value. |
Méthode | Description | |
---|---|---|
getEndMemory ( ) : float | Get the callback execution ending memory usage. | |
getEndTime ( ) : float | Get the callback execution end time. | |
getException ( ) : Exceptio\Exception | null | Get the exception thrown by the callback. | |
getMemory ( ) : float | Get the memory spike amount of the callback. | |
getStartMemory ( ) : float | Get the callback execution starting memory usage. | |
getStartTime ( ) : float | Get the callback execution start time. | |
getTime ( ) : float | Get the execution time of the callback. | |
getValue ( ) : mixed | Get the callback result value. | |
isMatch ( ) : boolean | Determine whether the callback result matches the control. | |
setEndMemory ( float $endMemory ) | Set the callback execution ending memory usage. | |
setEndTime ( float $endTime ) | Set the callback execution end time. | |
setException ( Exceptio\Exception | null $exception ) | Set the exception thrown by the callback. | |
setMatch ( boolean $match ) | Set whether the callback result matches the control. | |
setStartMemory ( float $startMemory ) | Set the callback execution starting memory usage. | |
setStartTime ( float $startTime ) | Set the callback execution start time. | |
setValue ( mixed $value ) | Set the callback result value. |
public getEndMemory ( ) : float | ||
Résultat | float |
public getEndTime ( ) : float | ||
Résultat | float |
public getException ( ) : Exceptio\Exception | null | ||
Résultat | Exceptio\Exception | null |
public getStartMemory ( ) : float | ||
Résultat | float |
public getStartTime ( ) : float | ||
Résultat | float |
public setEndMemory ( float $endMemory ) | ||
$endMemory | float |
public setEndTime ( float $endTime ) | ||
$endTime | float |
public setException ( Exceptio\Exception | null $exception ) | ||
$exception | Exceptio\Exception | null |
public setStartMemory ( float $startMemory ) | ||
$startMemory | float |
public setStartTime ( float $startTime ) | ||
$startTime | float |
protected float $endMemory | ||
Résultat | float |
protected float $endTime | ||
Résultat | float |
protected Exception|null $exception | ||
Résultat | Exception | null |
protected bool $match | ||
Résultat | boolean |
protected float $startMemory | ||
Résultat | float |
protected float $startTime | ||
Résultat | float |