|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Chart
This class represent a chart to generate with specific legend format and scale mode.
Nested Class Summary | |
---|---|
static class |
Chart.LegendFormat
The values in legend can be formated with different style : DEFAULT is chart's dependant NONE will operate no change on the value. |
static class |
Chart.Scale
The chart can have a specific scale: DEFAULT is chart's dependant LINEAR create a chart with a linear scale LOGARITHMIC create a chart with a logarithmic scale |
Method Summary | |
---|---|
void |
generateChart(org.jdom.Element eTimit,
BenchmarkStatistics bstats,
ConfigChart cChart)
Generate a chart from the root Element of finalized benchmark serie, or a BenchmarkStatistics if values can't be store in a convenient way in XML serie result file (like communication pattern event datas) |
Method Detail |
---|
void generateChart(org.jdom.Element eTimit, BenchmarkStatistics bstats, ConfigChart cChart)
eTimit
- the root Element of the XML serie result filebstats
- the BenchmarkStatistics computed by TimIt ReductorcChart
- the parameters of the chart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |