com.vividsolutions.jts.util

Class Stopwatch


public class Stopwatch
extends java.lang.Object

Implements a timer function which can compute elapsed time as well as split times.
Version:
1.6

Constructor Summary

Stopwatch()

Method Summary

long
getTime()
String
getTimeString()
void
start()

Constructor Details

Stopwatch

public Stopwatch()

Method Details

getTime

public long getTime()

getTimeString

public String getTimeString()

start

public void start()