|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.frascati.intent.bench.BenchStatistics
public class BenchStatistics
Simple bench implementation component that provides Report
and Statistics services.
| Field Summary | |
|---|---|
protected java.util.Map<Component,java.lang.Long> |
components
Benchmarked components |
| Constructor Summary | |
|---|---|
BenchStatistics()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getStats()
Get statistics of a FraSCAti benchmark |
void |
report(Component c,
long executionTime)
Report benchmark statistics of a component |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Map<Component,java.lang.Long> components
| Constructor Detail |
|---|
public BenchStatistics()
| Method Detail |
|---|
public void report(Component c,
long executionTime)
Report
report in interface Reportc - the component benchmarkedexecutionTime - the elapsed execution time for cReport.report(Component, long)public java.lang.String getStats()
Statistics
getStats in interface StatisticsStatistics.getStats()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||