Package com.ibm.wala.util.perf
Class Stopwatch
- java.lang.Object
-
- com.ibm.wala.util.perf.Stopwatch
-
- Direct Known Subclasses:
StopwatchGC
public class Stopwatch extends Object
Basic class to time events
-
-
Field Summary
Fields Modifier and Type Field Description protected int
count
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
long
getElapsedMillis()
void
start()
void
stop()
String
toString()
-