|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.benchmarks.timit.result.BenchmarkResultWriter
public class BenchmarkResultWriter
This class generate benchmark statistics result files from values given by the TimIt reductor. Generated file will be an XML file
Constructor Summary | |
---|---|
BenchmarkResultWriter(java.lang.String filename)
Construct a new BenchmarkResultWriter from his filename |
Method Summary | |
---|---|
void |
addResult(BenchmarkStatistics bstats,
java.lang.String name)
Add a new result to write to the file. |
org.jdom.Element |
getRoot()
|
void |
removeExtremums()
This method remove benchmarks that have extrem total time values. |
void |
writeResult()
Write results into the file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BenchmarkResultWriter(java.lang.String filename)
filename
- the name of the file to createMethod Detail |
---|
public org.jdom.Element getRoot()
public void addResult(BenchmarkStatistics bstats, java.lang.String name)
bstats
- the BenchmarkStatistics containing all resultsname
- the name of the current benchmark executionpublic void writeResult()
public void removeExtremums()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |