|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.benchmarks.timit.util.charts.Line2dChart
public class Line2dChart
This class contains all methods to build a matrix chart from a two-dimensional integer array. Used for communication pattern analysis.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.objectweb.proactive.benchmarks.timit.util.charts.Chart |
---|
Chart.LegendFormat, Chart.Scale |
Constructor Summary | |
---|---|
Line2dChart()
|
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Line2dChart()
Method Detail |
---|
public void generateChart(org.jdom.Element eTimit, BenchmarkStatistics bstats, ConfigChart cChart)
Chart
generateChart
in interface Chart
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 |