|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FixedSequence
This annotation specifies the benchmark operations are called in a fixed sequence without randomness. This is a special case of the matrix mix.
Optional Element Summary | |
---|---|
double |
deviation
The allowed deviation. |
String[] |
value
The sequence the operations are called. |
public abstract String[] value
public abstract double deviation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |