|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.aries.samples.ariestrader.util.TimerStat
public class TimerStat
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
| Constructor Summary | |
|---|---|
TimerStat()
|
|
| Method Summary | |
|---|---|
double |
getAvgSecs()
Returns the average time in Secs |
int |
getCount()
Returns the count. |
double |
getMax()
Returns the max. |
double |
getMaxSecs()
Returns the max in Secs |
double |
getMin()
Returns the min. |
double |
getMinSecs()
Returns the min in Secs |
double |
getTotalTime()
Returns the totalTime. |
void |
setCount(int count)
Sets the count. |
void |
setMax(double max)
Sets the max. |
void |
setMin(double min)
Sets the min. |
void |
setTotalTime(double totalTime)
Sets the totalTime. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimerStat()
| Method Detail |
|---|
public int getCount()
public double getMax()
public double getMin()
public void setCount(int count)
count - The count to setpublic void setMax(double max)
max - The max to setpublic void setMin(double min)
min - The min to setpublic double getTotalTime()
public void setTotalTime(double totalTime)
totalTime - The totalTime to setpublic double getMaxSecs()
public double getMinSecs()
public double getAvgSecs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||