Méthode |
Description |
|
__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 ) |
|
|