PHP 클래스 PhpBench\Benchmark\Metadata\SubjectMetadata

상속: extends PhpBench\Benchmark\Metadata\AbstractMetadata
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( BenchmarkMetadata $benchmarkMetadata, string $name )
getAfterMethods ( )
getBeforeMethods ( )
getBenchmark ( ) : BenchmarkMetadata Return the benchmarkMetadata metadata for this subject.
getGroups ( )
getIterations ( )
getName ( ) : string Return the method name of this subject.
getOutputMode ( )
getOutputTimePrecision ( )
getOutputTimeUnit ( )
getParamProviders ( )
getParameterSets ( ) : array[] Return the parameter sets for this subject.
getRetryThreshold ( )
getRevs ( )
getSkip ( )
getSleep ( )
getWarmup ( )
inGroups ( array $groups )
setAfterMethods ( $afterMethods )
setBeforeMethods ( $beforeMethods )
setGroups ( $groups )
setIterations ( $iterations )
setOutputMode ( $outputMode )
setOutputTimePrecision ( $outputTimePrecision )
setOutputTimeUnit ( $outputTimeUnit )
setParamProviders ( $paramProviders )
setParameterSets ( array $parameterSets ) Set the parameter sets for this subject.
setRetryThreshold ( $retryThreshold )
setRevs ( $revs )
setSkip ( $skip )
setSleep ( $sleep )
setWarmup ( $warmup )

메소드 상세

__construct() 공개 메소드

public __construct ( BenchmarkMetadata $benchmarkMetadata, string $name )
$benchmarkMetadata BenchmarkMetadata
$name string

getAfterMethods() 공개 메소드

public getAfterMethods ( )

getBeforeMethods() 공개 메소드

public getBeforeMethods ( )

getBenchmark() 공개 메소드

Return the benchmarkMetadata metadata for this subject.
public getBenchmark ( ) : BenchmarkMetadata
리턴 BenchmarkMetadata

getGroups() 공개 메소드

public getGroups ( )

getIterations() 공개 메소드

public getIterations ( )

getName() 공개 메소드

Return the method name of this subject.
public getName ( ) : string
리턴 string

getOutputMode() 공개 메소드

public getOutputMode ( )

getOutputTimePrecision() 공개 메소드

getOutputTimeUnit() 공개 메소드

public getOutputTimeUnit ( )

getParamProviders() 공개 메소드

public getParamProviders ( )

getParameterSets() 공개 메소드

Return the parameter sets for this subject.
public getParameterSets ( ) : array[]
리턴 array[]

getRetryThreshold() 공개 메소드

public getRetryThreshold ( )

getRevs() 공개 메소드

public getRevs ( )

getSkip() 공개 메소드

public getSkip ( )

getSleep() 공개 메소드

public getSleep ( )

getWarmup() 공개 메소드

public getWarmup ( )

inGroups() 공개 메소드

public inGroups ( array $groups )
$groups array

setAfterMethods() 공개 메소드

public setAfterMethods ( $afterMethods )

setBeforeMethods() 공개 메소드

public setBeforeMethods ( $beforeMethods )

setGroups() 공개 메소드

public setGroups ( $groups )

setIterations() 공개 메소드

public setIterations ( $iterations )

setOutputMode() 공개 메소드

public setOutputMode ( $outputMode )

setOutputTimePrecision() 공개 메소드

public setOutputTimePrecision ( $outputTimePrecision )

setOutputTimeUnit() 공개 메소드

public setOutputTimeUnit ( $outputTimeUnit )

setParamProviders() 공개 메소드

public setParamProviders ( $paramProviders )

setParameterSets() 공개 메소드

Set the parameter sets for this subject.
public setParameterSets ( array $parameterSets )
$parameterSets array

setRetryThreshold() 공개 메소드

public setRetryThreshold ( $retryThreshold )

setRevs() 공개 메소드

public setRevs ( $revs )

setSkip() 공개 메소드

public setSkip ( $skip )

setSleep() 공개 메소드

public setSleep ( $sleep )

setWarmup() 공개 메소드

public setWarmup ( $warmup )