PHP Class GraphAware\Reco4PHP\Context\Statistics

Afficher le fichier Open project: graphaware/reco4php Class Usage Examples

Protected Properties

Свойство Type Description
$discoveryTime float
$postProcessingTime float
$stopwatch Symfony\Component\Stopwatch\Stopwatch

Méthodes publiques

Méthode Description
__construct ( )
getCurrentTimeSpent ( ) : float
getTimes ( ) : array
startDiscovery ( )
startPostProcess ( )
stopDiscovery ( )
stopPostProcess ( )

Method Details

__construct() public méthode

public __construct ( )

getCurrentTimeSpent() public méthode

public getCurrentTimeSpent ( ) : float
Résultat float

getTimes() public méthode

public getTimes ( ) : array
Résultat array

startDiscovery() public méthode

public startDiscovery ( )

startPostProcess() public méthode

public startPostProcess ( )

stopDiscovery() public méthode

public stopDiscovery ( )

stopPostProcess() public méthode

public stopPostProcess ( )

Property Details

$discoveryTime protected_oe property

protected float $discoveryTime
Résultat float

$postProcessingTime protected_oe property

protected float $postProcessingTime
Résultat float

$stopwatch protected_oe property

protected Stopwatch,Symfony\Component\Stopwatch $stopwatch
Résultat Symfony\Component\Stopwatch\Stopwatch