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 longgetTime()StringgetTimeString()static StringgetTimeString(long timeMillis)voidreset()longsplit()voidstart()longstop()
-