|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.nih.nlm.nls.utils.Stats
Stats reports the amount of time the process has taken so far, along with how much memory is currently in use.
| Constructor Summary | |
Stats(int pInterval)
This is a constructor for Stats |
|
| Method Summary | |
void |
finalReport(int pTotalProcessed)
Method finalReport |
java.lang.String |
getFinalTime()
Method getFinalTime returns the final time in minutes |
java.lang.String |
getFinalVMSize()
Method getFinalVMSize returns the Max VM size in Megabytes |
void |
report()
Method report reports the number of times this has been called, (so call this method as many times as you want to count something). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Stats(int pInterval)
pInterval - This paramter is set to what itteration
you want stats to be reported.| Method Detail |
public void report()
public void finalReport(int pTotalProcessed)
pTotalProcessed - public java.lang.String getFinalTime()
public java.lang.String getFinalVMSize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||