|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FlatSequenceMix
This annotation interface describes the parameters required when defining a flat sequence mix. The FlatSequenceMix annotation will need to be used in conjunction with the BenchmarkDriver annotation. Otherwise this annotation will be ignored.
Note that the mix in the BenchmarkOperation annotation is ignored when a benchmark is specified to use FlatSequenceMix.
Required Element Summary | |
---|---|
double[] |
mix
The actual mix ratio for selecting the sequence. |
OperationSequence[] |
sequences
An array of OperationSequence annotations describing each annotation sequence. |
Optional Element Summary | |
---|---|
double |
deviation
The allowed deviation froom the specified mix, in percent. |
Element Detail |
---|
public abstract OperationSequence[] sequences
public abstract double[] mix
public abstract double deviation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |