PHP 클래스 GraphAware\Reco4PHP\Context\Statistics

파일 보기 프로젝트 열기: graphaware/reco4php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$discoveryTime float
$postProcessingTime float
$stopwatch Symfony\Component\Stopwatch\Stopwatch

공개 메소드들

메소드 설명
__construct ( )
getCurrentTimeSpent ( ) : float
getTimes ( ) : array
startDiscovery ( )
startPostProcess ( )
stopDiscovery ( )
stopPostProcess ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCurrentTimeSpent() 공개 메소드

public getCurrentTimeSpent ( ) : float
리턴 float

getTimes() 공개 메소드

public getTimes ( ) : array
리턴 array

startDiscovery() 공개 메소드

public startDiscovery ( )

startPostProcess() 공개 메소드

public startPostProcess ( )

stopDiscovery() 공개 메소드

public stopDiscovery ( )

stopPostProcess() 공개 메소드

public stopPostProcess ( )

프로퍼티 상세

$discoveryTime 보호되어 있는 프로퍼티

protected float $discoveryTime
리턴 float

$postProcessingTime 보호되어 있는 프로퍼티

protected float $postProcessingTime
리턴 float

$stopwatch 보호되어 있는 프로퍼티

protected Stopwatch,Symfony\Component\Stopwatch $stopwatch
리턴 Symfony\Component\Stopwatch\Stopwatch