Package org.eclipse.epsilon.profiling
Class Stopwatch
- java.lang.Object
-
- org.eclipse.epsilon.profiling.Stopwatch
-
public class Stopwatch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
lastPauseTime
protected boolean
paused
protected long
pauseDuration
protected long
startTime
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getElapsed()
void
pause()
void
resume()
-