|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Inherited public @interface BenchmarkHistoryChart
Generate a graphical summary of the historical and current run of a given set of methods.
Optional Element Summary | |
---|---|
String |
filePrefix
Chart file prefix override. |
LabelType |
labelWith
Use custom keys for X-axis label. |
int |
maxRuns
Maximum number of historical runs to take into account. |
public abstract String filePrefix
public abstract int maxRuns
public abstract LabelType labelWith
false
, run ID is used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |