Méthode |
Description |
|
__construct ( Benchmark $benchmark, string $name ) |
|
|
createVariant ( ParameterSet $parameterSet, integer $revolutions, integer $warmup, array $computedStats = [] ) : Variant. |
Create and add a new variant based on this subject. |
|
getBenchmark ( ) : BenchmarkMetadata |
Return the (containing) benchmark for this subject. |
|
getGroups ( ) |
|
|
getIndex ( ) |
|
|
getName ( ) : string |
Return the method name of this subject. |
|
getOutputMode ( ) |
|
|
getOutputTimePrecision ( ) |
|
|
getOutputTimeUnit ( ) |
|
|
getRetryThreshold ( ) |
|
|
getSleep ( ) |
|
|
getVariants ( ) |
|
|
inGroups ( array $groups ) |
|
|
setGroups ( $groups ) |
|
|
setOutputMode ( $outputMode ) |
|
|
setOutputTimePrecision ( $outputTimePrecision ) |
|
|
setOutputTimeUnit ( $outputTimeUnit ) |
|
|
setRetryThreshold ( $retryThreshold ) |
|
|
setSleep ( $sleep ) |
|
|