|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjenes.stage.operator.Operator.Statistics
public class Operator.Statistics
A statistics object holding the time spent to execute the operator.
The statistics is available by invoking the fill(jenes.stage.operator.Operator.Statistics)
method: it modifies the specified statistics stage according to that of the statistics associated at the operator.
Field Summary | |
---|---|
protected long |
executionTime
the excecution time of the last procssing of the operator |
Constructor Summary | |
---|---|
Operator.Statistics()
Constructs a new statistics operator |
Method Summary | |
---|---|
protected void |
fill(Operator.Statistics stats)
Fills the specified statistics with the data of the operator statistics. |
long |
getExecutionTime()
Returns the execution of the last processing of the operator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long executionTime
Constructor Detail |
---|
public Operator.Statistics()
Method Detail |
---|
public long getExecutionTime()
protected void fill(Operator.Statistics stats)
stats
- the statistics to fill
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |