PHP 클래스 PhpunitMemoryAndTimeUsageListener\Domain\Measurement\MemoryMeasurement

상속: extends Measurement
파일 보기 프로젝트 열기: atrapalo/phpunit-memory-and-time-usage-listener

공개 메소드들

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

보호된 메소드들

메소드 설명
toKiloBytes ( $bytes ) : float

메소드 상세

__construct() 공개 메소드

public __construct ( $quantity )

measurementUnit() 공개 메소드

public measurementUnit ( )

memoryInKiloBytes() 공개 메소드

public memoryInKiloBytes ( ) : integer
리턴 integer

toKiloBytes() 보호된 메소드

protected toKiloBytes ( $bytes ) : float
$bytes
리턴 float