PHP Class GraphAware\Reco4PHP\Context\Statistics

Show file Open project: graphaware/reco4php Class Usage Examples

Protected Properties

Property Type Description
$discoveryTime float
$postProcessingTime float
$stopwatch Symfony\Component\Stopwatch\Stopwatch

Public Methods

Method Description
__construct ( )
getCurrentTimeSpent ( ) : float
getTimes ( ) : array
startDiscovery ( )
startPostProcess ( )
stopDiscovery ( )
stopPostProcess ( )

Method Details

__construct() public method

public __construct ( )

getCurrentTimeSpent() public method

public getCurrentTimeSpent ( ) : float
return float

getTimes() public method

public getTimes ( ) : array
return array

startDiscovery() public method

public startDiscovery ( )

startPostProcess() public method

public startPostProcess ( )

stopDiscovery() public method

public stopDiscovery ( )

stopPostProcess() public method

public stopPostProcess ( )

Property Details

$discoveryTime protected property

protected float $discoveryTime
return float

$postProcessingTime protected property

protected float $postProcessingTime
return float

$stopwatch protected property

protected Stopwatch,Symfony\Component\Stopwatch $stopwatch
return Symfony\Component\Stopwatch\Stopwatch