Package org.locationtech.jts.util
Class Stopwatch
- java.lang.Object
-
- org.locationtech.jts.util.Stopwatch
-
public class Stopwatch extends Object
Implements a timer function which can compute elapsed time as well as split times.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTime()
String
getTimeString()
static String
getTimeString(long timeMillis)
void
reset()
long
split()
void
start()
long
stop()
-