|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface BenchmarkOperation
This annotation interface describes the parameters required when defining a benchmark operation.
| Required Element Summary | |
|---|---|
double |
max90th
The maximum 90th percentile allowed for this operation. |
| Optional Element Summary | |
|---|---|
boolean |
countToMetric
Whether this operation gets counted toward the final metric. |
String |
name
The name of the operation. |
Timing |
timing
Sets the timing mode of this operation to manual or automatic. |
| Element Detail |
|---|
public abstract double max90th
BenchmarkDriver.responseTimeUnit()public abstract String name
public abstract Timing timing
public abstract boolean countToMetric
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||