Class Stopwatch
java.lang.Object
com.ibm.wala.util.perf.Stopwatch
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
count
protected int count
-
-
Constructor Details
-
Stopwatch
public Stopwatch()
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
getElapsedMillis
public long getElapsedMillis()- Returns:
- elapsed time in ms
-
getCount
public int getCount()- Returns:
- number of times this stopwatch was stopped
-
toString
-