JTS Core 1.17.1
Packages
Classes
Search
About
Top
Stopwatch()
start(): void
stop(): long
reset(): void
split(): long
getTime(): long
getTimeString(): String
getTimeString(long): String
Bottom
Source
Classic
org.locationtech.jts.util
Class Stopwatch
Hierarchy:
Object
, Stopwatch
public class Stopwatch
Implements a timer function which can compute elapsed time as well as split times.
Other
version: 1.7
public
Stopwatch()
public
void start()
public
long stop()
public
void reset()
public
long split()
public
long getTime()
public
String
getTimeString()
public
static
String
getTimeString(long timeMillis)