PHP 클래스 PhpunitMemoryAndTimeUsageListener\Domain\Measurement\TimeMeasurement

상속: extends Measurement
파일 보기 프로젝트 열기: atrapalo/phpunit-memory-and-time-usage-listener 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $quantity )
measurementUnit ( )
timeInMilliseconds ( ) : integer

보호된 메소드들

메소드 설명
toMilliseconds ( float $time ) : integer Convert \PHPUnit's reported test time (microseconds) to milliseconds.

메소드 상세

__construct() 공개 메소드

public __construct ( $quantity )

measurementUnit() 공개 메소드

public measurementUnit ( )

timeInMilliseconds() 공개 메소드

public timeInMilliseconds ( ) : integer
리턴 integer

toMilliseconds() 보호된 메소드

Convert \PHPUnit's reported test time (microseconds) to milliseconds.
protected toMilliseconds ( float $time ) : integer
$time float
리턴 integer