|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.util.Stopwatch
public class Stopwatch
A stopwatch, meant to emulate the C# Stopwatch class.
| Constructor Summary | |
|---|---|
Stopwatch()
Construct a stopwatch. |
|
| Method Summary | |
|---|---|
long |
getElapsedMilliseconds()
|
long |
getElapsedTicks()
|
void |
reset()
Reset the stop watch. |
void |
start()
Start the stop watch. |
void |
stop()
Stop the stopwatch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stopwatch()
| Method Detail |
|---|
public long getElapsedMilliseconds()
public long getElapsedTicks()
public void reset()
public void start()
public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||