Package org.locationtech.jts.util
Class Stopwatch
- java.lang.Object
-
- org.locationtech.jts.util.Stopwatch
-
public class Stopwatch extends java.lang.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()
java.lang.String
getTimeString()
static java.lang.String
getTimeString(long timeMillis)
void
reset()
long
split()
void
start()
long
stop()
-