Uses of Class
org.objectweb.proactive.benchmarks.timit.config.ConfigChart

Packages that use ConfigChart
org.objectweb.proactive.benchmarks.timit.config   
org.objectweb.proactive.benchmarks.timit.util.charts   
 

Uses of ConfigChart in org.objectweb.proactive.benchmarks.timit.config
 

Methods in org.objectweb.proactive.benchmarks.timit.config that return ConfigChart
 ConfigChart[] Serie.getCharts()
           
 

Uses of ConfigChart in org.objectweb.proactive.benchmarks.timit.util.charts
 

Methods in org.objectweb.proactive.benchmarks.timit.util.charts with parameters of type ConfigChart
 void MatrixChart.generateChart(org.jdom.Element eTimit, BenchmarkStatistics bstats, ConfigChart cChart)
           
 void HierarchicalBarChart.generateChart(org.jdom.Element eTimit, BenchmarkStatistics bstats, ConfigChart cChart)
           
 void Chart.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)
 void Line2dChart.generateChart(org.jdom.Element eTimit, BenchmarkStatistics bstats, ConfigChart cChart)
           
static void Utilities.generatingCharts(org.jdom.Element eTimitResult, BenchmarkStatistics bstats, ConfigChart[] charts)
          For each tag in configuration file, try to generate a chart according to its parameters
 



Copyright 2001-2007 INRIA All Rights Reserved.