|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.util.Stopwatch
public class Stopwatch
Implements a timer function which can compute elapsed time as well as split times.
Constructor Summary | |
---|---|
Stopwatch()
|
Method Summary | |
---|---|
long |
getTime()
|
java.lang.String |
getTimeString()
|
void |
reset()
|
long |
split()
|
void |
start()
|
long |
stop()
|
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 void start()
public long stop()
public void reset()
public long split()
public long getTime()
public java.lang.String getTimeString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |