org.encog.util
public class Stopwatch extends Object
Constructor and Description |
---|
Stopwatch()
Construct a stopwatch.
|
Modifier and Type | Method and Description |
---|---|
long |
getElapsedMilliseconds() |
long |
getElapsedTicks() |
void |
reset()
Reset the stop watch.
|
void |
start()
Start the stop watch.
|
void |
stop()
Stop the stopwatch.
|
public long getElapsedMilliseconds()
public long getElapsedTicks()
public void reset()
public void start()
public void stop()
Copyright © 2014. All Rights Reserved.