|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BenchmarkStatistics | |
---|---|
org.objectweb.proactive.benchmarks.timit.result | |
org.objectweb.proactive.benchmarks.timit.util | |
org.objectweb.proactive.benchmarks.timit.util.charts |
Uses of BenchmarkStatistics in org.objectweb.proactive.benchmarks.timit.result |
---|
Methods in org.objectweb.proactive.benchmarks.timit.result with parameters of type BenchmarkStatistics | |
---|---|
void |
BenchmarkResultWriter.addResult(BenchmarkStatistics bstats,
java.lang.String name)
Add a new result to write to the file. |
Uses of BenchmarkStatistics in org.objectweb.proactive.benchmarks.timit.util |
---|
Methods in org.objectweb.proactive.benchmarks.timit.util that return BenchmarkStatistics | |
---|---|
BenchmarkStatistics |
TimItManager.getBenchmarkStatistics()
Wait for the result of all Timed object |
BenchmarkStatistics |
TimItReductor.getStatistics()
Invoked by TimItManager when Startable call finalizeStats() |
Uses of BenchmarkStatistics in org.objectweb.proactive.benchmarks.timit.util.charts |
---|
Methods in org.objectweb.proactive.benchmarks.timit.util.charts with parameters of type BenchmarkStatistics | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |